HomeSort by: relevance | last modified time | path
    Searched refs:ino_to_cg (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/makefs/ffs/
ffs_alloc.c 118 cg = ino_to_cg(fs, ip->i_number);
168 cg = ino_to_cg(fs, ip->i_number);
177 ino_to_cg(fs, ip->i_number) + lbn / fs->fs_maxbpg;
207 cg = ino_to_cg(fs, ip->i_number);
216 ino_to_cg(fs, ip->i_number) + lbn / fs->fs_maxbpg;
  /src/sys/ufs/ext2fs/
ext2fs.h 525 #define ino_to_cg(fs, x) (((x) - 1) / (fs)->e2fs.e2fs_ipg) macro
526 #define _e2fs_gd(fs, x) (fs)->e2fs_gd[ino_to_cg((fs), (x))]
ext2fs_alloc.c 139 cg = ino_to_cg(fs, ip->i_number);
187 cg = ino_to_cg(fs, pip->i_number);
278 cg = ino_to_cg(fs, ip->i_number);
579 cg = ino_to_cg(fs, ino);
ext2fs_vfsops.c 1162 (fs->e2fs_gd[ino_to_cg(fs, ino)].ext2bgd_flags &
  /src/sys/ufs/ffs/
ffs_alloc.c 255 cg = ino_to_cg(fs, ip->i_number);
598 cg = ino_to_cg(fs, ipref);
717 prefcg = ino_to_cg(fs, pip->i_number);
803 cg = ino_to_cg(fs, ip->i_number);
812 ino_to_cg(fs, ip->i_number) + lbn / fs->fs_maxbpg;
867 cg = ino_to_cg(fs, ip->i_number);
876 ino_to_cg(fs, ip->i_number) + lbn / fs->fs_maxbpg;
2007 cg = ino_to_cg(fs, ino);
2046 cg = ino_to_cg(fs, ino);
2081 cg = ino_to_cg(fs, ino)
    [all...]
fs.h 650 #define ino_to_cg(fs, x) (((ino_t)(x)) / (fs)->fs_ipg) macro
652 ((daddr_t)(cgimin(fs, ino_to_cg(fs, (ino_t)(x))) + \
ffs_vfsops.c 210 int cg = ino_to_cg(fs, ino);
  /src/sbin/fsck_ext2fs/
inode.c 90 (fs2h32((fs)->e2fs_gd[ino_to_cg(fs, x)].ext2bgd_i_tables) + \
  /src/sbin/fsck_ffs/
inode.c 732 cg = ino_to_cg(sblock, ino);
834 cg = ino_to_cg(sblock, ino);
  /src/sbin/newfs_ext2fs/
mke2fs.c 1341 c = ino_to_cg(&sblock, ino);
  /src/usr.sbin/makefs/
ffs.c 1079 cg = ino_to_cg(fs, ino);
  /src/sbin/resize_ffs/
resize_ffs.c 1657 set_bits(cg_inosused(cgs[ino_to_cg(newsb, fi)], 0),

Completed in 24 milliseconds