Home
last modified time | relevance | path

Searched refs:f_filecount (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmount.h253 uint64_t f_filecount; /* ... files */ member
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_attrlist.c417 {.attr = ATTR_VOL_FILECOUNT, .bits = VFSATTR_BIT(f_filecount), .size = sizeof(uint32_t)},
1531 ATTR_PACK_CAST(&ab, uint32_t, vs.f_filecount); in getvolattrlist()