Lines Matching refs:cgdata
676 pref = cgdata(fs, ip->i_nextclustercg); in ffs_reallocblks_ufs1()
943 pref = cgdata(fs, ip->i_nextclustercg); in ffs_reallocblks_ufs2()
1456 if (pref != 0 && pref >= cgdata(fs, inocg) && in ffs_blkpref_ufs1()
1490 return (cgdata(fs, inocg)); in ffs_blkpref_ufs1()
1504 return (cgdata(fs, cg)); in ffs_blkpref_ufs1()
1509 return (cgdata(fs, cg)); in ffs_blkpref_ufs1()
1576 if (pref != 0 && pref >= cgdata(fs, inocg) && in ffs_blkpref_ufs2()
1610 return (cgdata(fs, inocg)); in ffs_blkpref_ufs2()
1624 return (cgdata(fs, cg)); in ffs_blkpref_ufs2()
1629 return (cgdata(fs, cg)); in ffs_blkpref_ufs2()
1911 if (bpref < cgdata(fs, cgbpref)) in ffs_alloccgblk()
1914 bpref = cgdata(fs, cgp->cg_cgx); in ffs_alloccgblk()
1929 if (bno >= dtogd(fs, cgdata(fs, cgp->cg_cgx))) in ffs_alloccgblk()
2034 bpref = cgdata(fs, cg); in ffs_clusteralloc()