Home
last modified time | relevance | path

Searched refs:sb_bgl_lock (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/ext2/
Dialloc.c78 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()
142 if (!ext2_clear_bit_atomic(sb_bgl_lock(EXT2_SB(sb), block_group), in ext2_free_inode()
486 if (ext2_set_bit_atomic(sb_bgl_lock(sbi, group), in ext2_new_inode()
527 spin_lock(sb_bgl_lock(sbi, group)); in ext2_new_inode()
537 spin_unlock(sb_bgl_lock(sbi, group)); in ext2_new_inode()
Dballoc.c168 spin_lock(sb_bgl_lock(sbi, group_no)); in group_adjust_blocks()
171 spin_unlock(sb_bgl_lock(sbi, group_no)); in group_adjust_blocks()
536 if (!ext2_clear_bit_atomic(sb_bgl_lock(sbi, block_group), in ext2_free_blocks()
700 if (ext2_set_bit_atomic(sb_bgl_lock(EXT2_SB(sb), group), in ext2_try_to_allocate()
Dext2.h122 sb_bgl_lock(struct ext2_sb_info *sbi, unsigned int block_group) in sb_bgl_lock() function