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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h160 u_int32_t hfs_filecount; /* number of files in file system */ member in struct:hfsmount
313 #define vcbFilCnt hfs_filecount
H A Dhfs_vfsops.c2872 if (hfsmp->hfs_filecount != 0xFFFFFFFF)
2873 ++hfsmp->hfs_filecount;
2878 if (hfsmp->hfs_filecount != 0)
2879 --hfsmp->hfs_filecount;
4551 maxfilecnt = MIN(hfsmp->hfs_filecount, 250000);

Completed in 20 milliseconds