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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c1822 u_int64_t calcbytes; local
1832 calcbytes = MIN(hfsmp->hfs_catalog_cp->c_datafork->ff_size / 5, 20 * 1024 * 1024);
1834 calcbytes = MAX(calcbytes, hfsmp->hfs_catalog_cp->c_datafork->ff_clumpsize);
1836 calcbytes = MIN(calcbytes, freebytes / 10);
1838 return (MAX(2, (int)(calcbytes / nodesize)));

Completed in 31 milliseconds