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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c2222 u_int64_t calcbytes; local
2232 calcbytes = MIN(hfsmp->hfs_catalog_cp->c_datafork->ff_size / 5, 20 * 1024 * 1024);
2234 calcbytes = MAX(calcbytes, hfsmp->hfs_catalog_cp->c_datafork->ff_clumpsize);
2236 calcbytes = MIN(calcbytes, freebytes / 10);
2238 return (MAX(2, (int)(calcbytes / nodesize)));

Completed in 17 milliseconds