Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1251
static int
1252
fstat_for_ino (int fd, struct stat *st)
1253
{
1254
return do_statx (fd,
""
, st, AT_EMPTY_PATH, STATX_INO);
1255
}
1256
#else
1257
static int
1258
do_stat (char const *name, struct stat *st)
Callers
1
print_dir
Function · 0.85
Calls
1
do_statx
Function · 0.85
Tested by
no test coverage detected