Searched refs:ext4_unlock_group (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/fs/ext4/ |
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() 820 ext4_unlock_group(sb, group); in ext4_mark_inode_used() 860 ext4_unlock_group(sb, group); in ext4_mark_inode_used() 1109 ext4_unlock_group(sb, group); in __ext4_new_inode() [all …]
|
D | balloc.c | 389 ext4_unlock_group(sb, block_group); in ext4_validate_block_bitmap() 397 ext4_unlock_group(sb, block_group); in ext4_validate_block_bitmap() 406 ext4_unlock_group(sb, block_group); in ext4_validate_block_bitmap() 469 ext4_unlock_group(sb, block_group); in ext4_read_block_bitmap_nowait() 480 ext4_unlock_group(sb, block_group); in ext4_read_block_bitmap_nowait() 489 ext4_unlock_group(sb, block_group); in ext4_read_block_bitmap_nowait()
|
D | mballoc.c | 1262 ext4_unlock_group(sb, group); in ext4_mb_init_cache() 1278 ext4_unlock_group(sb, group); in ext4_mb_init_cache() 2148 ext4_unlock_group(ac->ac_sb, group); in ext4_mb_try_best_found() 2212 ext4_unlock_group(ac->ac_sb, group); in ext4_mb_find_by_goal() 2473 ext4_unlock_group(sb, group); in ext4_mb_good_group_nolock() 2509 ext4_unlock_group(sb, group); in ext4_mb_good_group_nolock() 2723 ext4_unlock_group(sb, group); in ext4_mb_regular_allocator() 2737 ext4_unlock_group(sb, group); in ext4_mb_regular_allocator() 3320 ext4_unlock_group(sb, grp); in ext4_discard_work() 3534 ext4_unlock_group(sb, i); in ext4_mb_release() [all …]
|
D | super.c | 1026 ext4_unlock_group(sb, grp); in __ext4_grp_locked_error() 3319 ext4_unlock_group(sb, i); in ext4_check_descriptors() 3323 ext4_unlock_group(sb, i); in ext4_check_descriptors()
|
D | ext4.h | 3496 static inline void ext4_unlock_group(struct super_block *sb, in ext4_unlock_group() function
|