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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c2156 u_int64_t freebytes; local
2165 freebytes = (u_int64_t)hfs_freeblks(hfsmp, 0) * (u_int64_t)hfsmp->blockSize;
2171 calcbytes = MIN(calcbytes, freebytes / 10);

Completed in 23 milliseconds