Searched refs:hfs_backingfs_maxblocks (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h316 u_int64_t hfs_backingfs_maxblocks; member in struct:hfsmount
H A Dhfs_vfsutils.c1724 if (hfsmp->hfs_backingfs_maxblocks) {
1725 vfreeblks = MIN(vfreeblks, hfsmp->hfs_backingfs_maxblocks);
H A Dhfs_readwrite.c1848 hfsmp->hfs_backingfs_maxblocks = 0;
1856 hfsmp->hfs_backingfs_maxblocks = hostfilesizemax / hfsmp->blockSize;

Completed in 77 milliseconds