Searched refs:hfs_filecount (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h183 u_int32_t hfs_filecount; /* number of files in file system */ member in struct:hfsmount
378 #define vcbFilCnt hfs_filecount
H A Dhfs_vfsops.c3525 if (hfsmp->hfs_filecount != 0xFFFFFFFF)
3526 ++hfsmp->hfs_filecount;
3531 if (hfsmp->hfs_filecount != 0)
3532 --hfsmp->hfs_filecount;

Completed in 22 milliseconds