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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c2221 u_int64_t freebytes; local
2230 freebytes = (u_int64_t)hfs_freeblks(hfsmp, 0) * (u_int64_t)hfsmp->blockSize;
2236 calcbytes = MIN(calcbytes, freebytes / 10);

Completed in 21 milliseconds