Searched refs:ext4_unlock_group (Results 1 – 5 of 5) sorted by relevance
/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 | 419 ext4_unlock_group(sb, block_group); in ext4_validate_block_bitmap() 427 ext4_unlock_group(sb, block_group); in ext4_validate_block_bitmap() 436 ext4_unlock_group(sb, block_group); in ext4_validate_block_bitmap() 445 ext4_unlock_group(sb, block_group); in ext4_validate_block_bitmap() 508 ext4_unlock_group(sb, block_group); in ext4_read_block_bitmap_nowait() 519 ext4_unlock_group(sb, block_group); in ext4_read_block_bitmap_nowait() 528 ext4_unlock_group(sb, block_group); in ext4_read_block_bitmap_nowait()
|
D | mballoc.c | 1290 ext4_unlock_group(sb, group); in ext4_mb_init_cache() 1306 ext4_unlock_group(sb, group); in ext4_mb_init_cache() 2190 ext4_unlock_group(ac->ac_sb, group); in ext4_mb_try_best_found() 2255 ext4_unlock_group(ac->ac_sb, group); in ext4_mb_find_by_goal() 2518 ext4_unlock_group(sb, group); in ext4_mb_good_group_nolock() 2554 ext4_unlock_group(sb, group); in ext4_mb_good_group_nolock() 2768 ext4_unlock_group(sb, group); in ext4_mb_regular_allocator() 2782 ext4_unlock_group(sb, group); in ext4_mb_regular_allocator() 3371 ext4_unlock_group(sb, grp); in ext4_discard_work() 3587 ext4_unlock_group(sb, i); in ext4_mb_release() [all …]
|
D | super.c | 1027 ext4_unlock_group(sb, grp); in __ext4_grp_locked_error() 3325 ext4_unlock_group(sb, i); in ext4_check_descriptors() 3329 ext4_unlock_group(sb, i); in ext4_check_descriptors()
|
D | ext4.h | 3492 static inline void ext4_unlock_group(struct super_block *sb, in ext4_unlock_group() function
|