Searched refs:inode_blocks (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Defs_fs_sb.h58 __u16 inode_blocks; /* # of blocks used for inodes in every grp */ member in struct:efs_sb_info
/linux-master/fs/efs/
H A Dsuper.c245 sb->inode_blocks = be16_to_cpu(super->fs_cgisize);
393 (sbi->group_size - sbi->inode_blocks);
397 sbi->inode_blocks *
H A Dinode.c86 (sb->group_size * (inode_index / sb->inode_blocks)) +
87 (inode_index % sb->inode_blocks);
/linux-master/fs/xfs/scrub/
H A Dialloc.c693 xfs_filblks_t inode_blocks; local
704 inode_blocks = XFS_B_TO_FSB(sc->mp, inodes * sc->mp->m_sb.sb_inodesize);
705 if (blocks != inode_blocks)
742 * If we're scrubbing the inode btree, inode_blocks is the number of

Completed in 126 milliseconds