Searched refs:cgdata (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/ufs/ffs/ |
| H A D | ffs_alloc.c | 676 pref = cgdata(fs, ip->i_nextclustercg); 941 pref = cgdata(fs, ip->i_nextclustercg); 1464 return (cgdata(fs, inocg)); 1478 return (cgdata(fs, cg)); 1483 return (cgdata(fs, cg)); 1577 return (cgdata(fs, inocg)); 1591 return (cgdata(fs, cg)); 1596 return (cgdata(fs, cg)); 1875 if (bpref < cgdata(fs, cgbpref)) 1878 bpref = cgdata(fs, cgp->cg_cgx); [all …]
|
| H A D | fs.h | 617 #define cgdata(fs, c) (cgdmin(fs, c) + (fs)->fs_metaspace) /* data zone */ macro
|