Searched refs:ext4_unlock_group (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ext4/ |
H A D | ialloc.c | 103 ext4_unlock_group(sb, block_group); in ext4_validate_inode_bitmap() 112 ext4_unlock_group(sb, block_group); in ext4_validate_inode_bitmap() 164 ext4_unlock_group(sb, block_group); in ext4_read_inode_bitmap() 177 ext4_unlock_group(sb, block_group); in ext4_read_inode_bitmap() 181 ext4_unlock_group(sb, block_group); in ext4_read_inode_bitmap() 318 ext4_unlock_group(sb, block_group); in ext4_free_inode() 332 ext4_unlock_group(sb, block_group); in ext4_free_inode() 820 ext4_unlock_group(sb, group); in ext4_mark_inode_used() 859 ext4_unlock_group(sb, group); in ext4_mark_inode_used() 1109 ext4_unlock_group(sb, group); in __ext4_new_inode() [all …]
|
H A D | mballoc.c | 1407 ext4_unlock_group(sb, group); in ext4_mb_init_cache() 1423 ext4_unlock_group(sb, group); in ext4_mb_init_cache() 2324 ext4_unlock_group(ac->ac_sb, group); in ext4_mb_try_best_found() 2387 ext4_unlock_group(ac->ac_sb, group); in ext4_mb_find_by_goal() 2680 ext4_unlock_group(sb, group); in ext4_mb_good_group_nolock() 2717 ext4_unlock_group(sb, group); in ext4_mb_good_group_nolock() 2922 ext4_unlock_group(sb, group); in ext4_mb_regular_allocator() 2946 ext4_unlock_group(sb, group); in ext4_mb_regular_allocator() 3582 ext4_unlock_group(sb, grp); in ext4_discard_work() 3800 ext4_unlock_group(sb, i); in ext4_mb_release() [all …]
|
H A D | mballoc-test.c | 764 ext4_unlock_group(sb, TEST_GOAL_GROUP); in test_mb_mark_used_range() 826 ext4_unlock_group(sb, e4b->bd_group); in test_mb_free_blocks_range() 873 ext4_unlock_group(sb, TEST_GOAL_GROUP); in test_mb_free_blocks() 916 ext4_unlock_group(sb, TEST_GOAL_GROUP); in test_mb_mark_used_cost() 928 ext4_unlock_group(sb, TEST_GOAL_GROUP); in test_mb_mark_used_cost()
|
H A D | super.c | 1086 ext4_unlock_group(sb, grp); in __ext4_grp_locked_error() 3369 ext4_unlock_group(sb, i); in ext4_check_descriptors() 3373 ext4_unlock_group(sb, i); in ext4_check_descriptors()
|
H A D | ext4.h | 3490 static inline void ext4_unlock_group(struct super_block *sb, in ext4_unlock_group() function
|