Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount.h254 uint64_t f_dircount; /* ... directories */ member
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_attrlist.c418 {.attr = ATTR_VOL_DIRCOUNT, .bits = VFSATTR_BIT(f_dircount), .size = sizeof(uint32_t)},
1535 ATTR_PACK_CAST(&ab, uint32_t, vs.f_dircount); in getvolattrlist()