Searched refs:f_objcount (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c299 VFSATTR_RETURN(fsap, f_objcount, devfs_stats.nodes);
/xnu-2782.1.97/bsd/sys/
H A Dmount.h241 uint64_t f_objcount; /* number of filesystem objects in volume */ member in struct:vfs_attr
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c349 {ATTR_VOL_OBJCOUNT, VFSATTR_BIT(f_objcount), sizeof(uint32_t)},
1291 ATTR_PACK_CAST(&ab, uint32_t, vs.f_objcount);
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c4197 VFSATTR_RETURN(fsap, f_objcount, (u_int64_t)hfsmp->vcbFilCnt + (u_int64_t)hfsmp->vcbDirCnt);

Completed in 40 milliseconds