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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_xattr.c2252 u_int64_t freebytes; local
2261 freebytes = (u_int64_t)hfs_freeblks(hfsmp, 0) * (u_int64_t)hfsmp->blockSize;
2267 calcbytes = MIN(calcbytes, freebytes / 10);

Completed in 73 milliseconds