Home
last modified time | relevance | path

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

/linux-6.1.9/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()
489 if (ext2_set_bit_atomic(sb_bgl_lock(sbi, group), in ext2_new_inode()
530 spin_lock(sb_bgl_lock(sbi, group)); in ext2_new_inode()
540 spin_unlock(sb_bgl_lock(sbi, group)); in ext2_new_inode()
Dballoc.c170 spin_lock(sb_bgl_lock(sbi, group_no)); in group_adjust_blocks()
173 spin_unlock(sb_bgl_lock(sbi, group_no)); in group_adjust_blocks()
538 if (!ext2_clear_bit_atomic(sb_bgl_lock(sbi, block_group), in ext2_free_blocks()
702 if (ext2_set_bit_atomic(sb_bgl_lock(EXT2_SB(sb), group), in ext2_try_to_allocate()
Dext2.h125 sb_bgl_lock(struct ext2_sb_info *sbi, unsigned int block_group) in sb_bgl_lock() function