Searched refs:inocg (Results 1 – 1 of 1) sorted by relevance
1411 uint64_t cg, inocg; in ffs_blkpref_ufs1() local1429 inocg = ino_to_cg(fs, ip->i_number); in ffs_blkpref_ufs1()1436 pref = cgmeta(fs, inocg); in ffs_blkpref_ufs1()1456 if (pref != 0 && pref >= cgdata(fs, inocg) && in ffs_blkpref_ufs1()1457 pref < cgbase(fs, inocg + 1)) { in ffs_blkpref_ufs1()1483 return (cgmeta(fs, inocg)); in ffs_blkpref_ufs1()1490 return (cgdata(fs, inocg)); in ffs_blkpref_ufs1()1496 startcg = inocg + lbn / fs->fs_maxbpg; in ffs_blkpref_ufs1()1531 uint64_t cg, inocg; in ffs_blkpref_ufs2() local1549 inocg = ino_to_cg(fs, ip->i_number); in ffs_blkpref_ufs2()[all …]