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

Function fstat_for_ino

src/ls.c:1251–1255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1249}
1250
1251static int
1252fstat_for_ino (int fd, struct stat *st)
1253{
1254 return do_statx (fd, "", st, AT_EMPTY_PATH, STATX_INO);
1255}
1256#else
1257static int
1258do_stat (char const *name, struct stat *st)

Callers 1

print_dirFunction · 0.85

Calls 1

do_statxFunction · 0.85

Tested by

no test coverage detected