Lines Matching refs:EXT2_SB
78 spin_lock(sb_bgl_lock(EXT2_SB(sb), group)); in ext2_release_inode()
82 spin_unlock(sb_bgl_lock(EXT2_SB(sb), group)); in ext2_release_inode()
84 percpu_counter_dec(&EXT2_SB(sb)->s_dirs_counter); in ext2_release_inode()
125 es = EXT2_SB(sb)->s_es; in ext2_free_inode()
141 if (!ext2_clear_bit_atomic(sb_bgl_lock(EXT2_SB(sb), block_group), in ext2_free_inode()
207 int ngroups = EXT2_SB(sb)->s_groups_count; in find_group_dir()
262 struct ext2_sb_info *sbi = EXT2_SB(sb); in find_group_orlov()
374 int ngroups = EXT2_SB(sb)->s_groups_count; in find_group_other()
452 sbi = EXT2_SB(sb); in ext2_new_inode()
634 es = EXT2_SB(sb)->s_es; in ext2_count_free_inodes()
635 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) { in ext2_count_free_inodes()
655 percpu_counter_read(&EXT2_SB(sb)->s_freeinodes_counter), in ext2_count_free_inodes()
659 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) { in ext2_count_free_inodes()
675 for (i = 0; i < EXT2_SB(sb)->s_groups_count; i++) { in ext2_count_dirs()