Searched refs:cgdata (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/ufs/ffs/ |
| H A D | ffs_alloc.c | 658 pref = cgdata(fs, ip->i_nextclustercg); 923 pref = cgdata(fs, ip->i_nextclustercg); 1445 return (cgdata(fs, inocg)); 1459 return (cgdata(fs, cg)); 1464 return (cgdata(fs, cg)); 1558 return (cgdata(fs, inocg)); 1572 return (cgdata(fs, cg)); 1577 return (cgdata(fs, cg)); 1856 if (bpref < cgdata(fs, cgbpref)) 1859 bpref = cgdata(fs, cgp->cg_cgx); [all …]
|
| H A D | fs.h | 590 #define cgdata(fs, c) (cgdmin(fs, c) + (fs)->fs_metaspace) /* data zone */ macro
|