Home
last modified time | relevance | path

Searched refs:sb_bgl_lock (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ext2/
H A 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()
495 if (ext2_set_bit_atomic(sb_bgl_lock(sbi, group), in ext2_new_inode()
536 spin_lock(sb_bgl_lock(sbi, group)); in ext2_new_inode()
546 spin_unlock(sb_bgl_lock(sbi, group)); in ext2_new_inode()
H A Dballoc.c169 spin_lock(sb_bgl_lock(sbi, group_no)); in group_adjust_blocks()
172 spin_unlock(sb_bgl_lock(sbi, group_no)); in group_adjust_blocks()
537 if (!ext2_clear_bit_atomic(sb_bgl_lock(sbi, block_group), in ext2_free_blocks()
701 if (ext2_set_bit_atomic(sb_bgl_lock(EXT2_SB(sb), group), in ext2_try_to_allocate()
H A Dext2.h119 sb_bgl_lock(struct ext2_sb_info *sbi, unsigned int block_group) in sb_bgl_lock() function
/kernel/linux/linux-6.6/fs/ext2/
H A 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()
H A 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()
H A Dext2.h122 sb_bgl_lock(struct ext2_sb_info *sbi, unsigned int block_group) in sb_bgl_lock() function

Completed in 10 milliseconds