Lines Matching refs:EXT2_SB
77 spin_lock(sb_bgl_lock(EXT2_SB(sb), group)); in ext2_release_inode()
81 spin_unlock(sb_bgl_lock(EXT2_SB(sb), group)); in ext2_release_inode()
83 percpu_counter_dec(&EXT2_SB(sb)->s_dirs_counter); in ext2_release_inode()
126 es = EXT2_SB(sb)->s_es; in ext2_free_inode()
142 if (!ext2_clear_bit_atomic(sb_bgl_lock(EXT2_SB(sb), block_group), in ext2_free_inode()
208 int ngroups = EXT2_SB(sb)->s_groups_count; in find_group_dir()
263 struct ext2_sb_info *sbi = EXT2_SB(sb); in find_group_orlov()
375 int ngroups = EXT2_SB(sb)->s_groups_count; in find_group_other()
453 sbi = EXT2_SB(sb); in ext2_new_inode()
626 es = EXT2_SB(sb)->s_es; in ext2_count_free_inodes()
627 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) { in ext2_count_free_inodes()
646 percpu_counter_read(&EXT2_SB(sb)->s_freeinodes_counter), in ext2_count_free_inodes()
650 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) { in ext2_count_free_inodes()
666 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) { in ext2_count_dirs()