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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c2157 u_int64_t calcbytes; local
2167 calcbytes = MIN(hfsmp->hfs_catalog_cp->c_datafork->ff_size / 5, 20 * 1024 * 1024);
2169 calcbytes = MAX(calcbytes, hfsmp->hfs_catalog_cp->c_datafork->ff_clumpsize);
2171 calcbytes = MIN(calcbytes, freebytes / 10);
2173 return (MAX(2, (int)(calcbytes / nodesize)));

Completed in 72 milliseconds