MCPcopy Create free account
hub / github.com/coreutils/coreutils / get_entry

Function get_entry

src/df.c:1442–1450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1440 for it. STATP is the results of 'stat' on NAME. */
1441
1442static void
1443get_entry (char const *name, struct stat const *statp)
1444{
1445 if ((S_ISBLK (statp->st_mode) || S_ISCHR (statp->st_mode))
1446 && get_device (name))
1447 return;
1448
1449 get_point (name, statp);
1450}
1451
1452/* Show all mounted file systems, except perhaps those that are of
1453 an unselected type or are empty. */

Callers 1

mainFunction · 0.85

Calls 2

get_deviceFunction · 0.85
get_pointFunction · 0.85

Tested by

no test coverage detected