Lines Matching refs:cgdata
679 pref = cgdata(fs, ip->i_nextclustercg); in ffs_reallocblks_ufs1()
945 pref = cgdata(fs, ip->i_nextclustercg); in ffs_reallocblks_ufs2()
1454 if (pref != 0 && pref >= cgdata(fs, inocg) && in ffs_blkpref_ufs1()
1485 return (cgdata(fs, inocg)); in ffs_blkpref_ufs1()
1499 return (cgdata(fs, cg)); in ffs_blkpref_ufs1()
1504 return (cgdata(fs, cg)); in ffs_blkpref_ufs1()
1566 if (pref != 0 && pref >= cgdata(fs, inocg) && in ffs_blkpref_ufs2()
1597 return (cgdata(fs, inocg)); in ffs_blkpref_ufs2()
1611 return (cgdata(fs, cg)); in ffs_blkpref_ufs2()
1616 return (cgdata(fs, cg)); in ffs_blkpref_ufs2()
1896 if (bpref < cgdata(fs, cgbpref)) in ffs_alloccgblk()
1899 bpref = cgdata(fs, cgp->cg_cgx); in ffs_alloccgblk()
1914 if (bno >= dtogd(fs, cgdata(fs, cgp->cg_cgx))) in ffs_alloccgblk()
2018 bpref = cgdata(fs, cg); in ffs_clusteralloc()