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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h250 u_int32_t reserveBlocks; /* free block reserve */ member in struct:hfsmount
H A Dhfs_vfsutils.c434 vcb->reserveBlocks = 0;
1672 rsrvblks = hfsmp->reserveBlocks;
H A Dhfs_vfsops.c203 vcb->reserveBlocks = ((u_int64_t)vcb->totalBlocks * HFS_MINFREE) / 100;
204 vcb->reserveBlocks = MIN(vcb->reserveBlocks, HFS_MAXRESERVE / vcb->blockSize);

Completed in 48 milliseconds