Searched refs:ext4_unlock_group (Results 1 – 5 of 5) sorted by relevance
/fs/ext4/ |
D | balloc.c | 420 ext4_unlock_group(sb, block_group); in ext4_validate_block_bitmap() 428 ext4_unlock_group(sb, block_group); in ext4_validate_block_bitmap() 437 ext4_unlock_group(sb, block_group); in ext4_validate_block_bitmap() 446 ext4_unlock_group(sb, block_group); in ext4_validate_block_bitmap() 509 ext4_unlock_group(sb, block_group); in ext4_read_block_bitmap_nowait() 518 ext4_unlock_group(sb, block_group); in ext4_read_block_bitmap_nowait() 527 ext4_unlock_group(sb, block_group); in ext4_read_block_bitmap_nowait() 531 ext4_unlock_group(sb, block_group); in ext4_read_block_bitmap_nowait()
|
D | ialloc.c | 104 ext4_unlock_group(sb, block_group); in ext4_validate_inode_bitmap() 113 ext4_unlock_group(sb, block_group); in ext4_validate_inode_bitmap() 165 ext4_unlock_group(sb, block_group); in ext4_read_inode_bitmap() 178 ext4_unlock_group(sb, block_group); in ext4_read_inode_bitmap() 182 ext4_unlock_group(sb, block_group); in ext4_read_inode_bitmap() 318 ext4_unlock_group(sb, block_group); in ext4_free_inode() 333 ext4_unlock_group(sb, block_group); in ext4_free_inode() 819 ext4_unlock_group(sb, group); in ext4_mark_inode_used() 859 ext4_unlock_group(sb, group); in ext4_mark_inode_used() 1108 ext4_unlock_group(sb, group); in __ext4_new_inode() [all …]
|
D | mballoc.c | 1406 ext4_unlock_group(sb, group); in ext4_mb_init_cache() 1422 ext4_unlock_group(sb, group); in ext4_mb_init_cache() 2322 ext4_unlock_group(ac->ac_sb, group); in ext4_mb_try_best_found() 2385 ext4_unlock_group(ac->ac_sb, group); in ext4_mb_find_by_goal() 2678 ext4_unlock_group(sb, group); in ext4_mb_good_group_nolock() 2715 ext4_unlock_group(sb, group); in ext4_mb_good_group_nolock() 2919 ext4_unlock_group(sb, group); in ext4_mb_regular_allocator() 2936 ext4_unlock_group(sb, group); in ext4_mb_regular_allocator() 3573 ext4_unlock_group(sb, grp); in ext4_discard_work() 3790 ext4_unlock_group(sb, i); in ext4_mb_release() [all …]
|
D | super.c | 1088 ext4_unlock_group(sb, grp); in __ext4_grp_locked_error() 3397 ext4_unlock_group(sb, i); in ext4_check_descriptors() 3401 ext4_unlock_group(sb, i); in ext4_check_descriptors()
|
D | ext4.h | 3485 static inline void ext4_unlock_group(struct super_block *sb, in ext4_unlock_group() function
|