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

Function stat_for_ino

src/ls.c:1245–1249  ·  view source on GitHub ↗

dev+ino should be static, so no need to sync with backing store */

Source from the content-addressed store, hash-verified

1243
1244/* dev+ino should be static, so no need to sync with backing store */
1245static int
1246stat_for_ino (char const *name, struct stat *st)
1247{
1248 return do_statx (AT_FDCWD, name, st, 0, STATX_INO);
1249}
1250
1251static int
1252fstat_for_ino (int fd, struct stat *st)

Callers 1

print_dirFunction · 0.85

Calls 2

do_statxFunction · 0.85
statClass · 0.70

Tested by

no test coverage detected