Lines Matching refs:ext4_allocation_context

1636 static void ext4_mb_use_best_found(struct ext4_allocation_context *ac,  in ext4_mb_use_best_found()
1681 static void ext4_mb_check_limits(struct ext4_allocation_context *ac, in ext4_mb_check_limits()
1731 static void ext4_mb_measure_extent(struct ext4_allocation_context *ac, in ext4_mb_measure_extent()
1791 int ext4_mb_try_best_found(struct ext4_allocation_context *ac, in ext4_mb_try_best_found()
1819 int ext4_mb_find_by_goal(struct ext4_allocation_context *ac, in ext4_mb_find_by_goal()
1887 void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac, in ext4_mb_simple_scan_group()
1938 void ext4_mb_complex_scan_group(struct ext4_allocation_context *ac, in ext4_mb_complex_scan_group()
2003 void ext4_mb_scan_aligned(struct ext4_allocation_context *ac, in ext4_mb_scan_aligned()
2045 static int ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group()
2110 ext4_mb_regular_allocator(struct ext4_allocation_context *ac) in ext4_mb_regular_allocator()
2914 ext4_ac_cachep = KMEM_CACHE(ext4_allocation_context, in ext4_init_mballoc()
2950 ext4_mb_mark_diskspace_used(struct ext4_allocation_context *ac, in ext4_mb_mark_diskspace_used()
3073 static void ext4_mb_normalize_group_request(struct ext4_allocation_context *ac) in ext4_mb_normalize_group_request()
3089 ext4_mb_normalize_request(struct ext4_allocation_context *ac, in ext4_mb_normalize_request()
3296 static void ext4_mb_collect_stats(struct ext4_allocation_context *ac) in ext4_mb_collect_stats()
3325 static void ext4_discard_allocated_blocks(struct ext4_allocation_context *ac) in ext4_discard_allocated_blocks()
3358 static void ext4_mb_use_inode_pa(struct ext4_allocation_context *ac, in ext4_mb_use_inode_pa()
3389 static void ext4_mb_use_group_pa(struct ext4_allocation_context *ac, in ext4_mb_use_group_pa()
3443 ext4_mb_use_preallocated(struct ext4_allocation_context *ac) in ext4_mb_use_preallocated()
3607 static void ext4_mb_put_pa(struct ext4_allocation_context *ac, in ext4_mb_put_pa()
3667 ext4_mb_new_inode_pa(struct ext4_allocation_context *ac) in ext4_mb_new_inode_pa()
3773 ext4_mb_new_group_pa(struct ext4_allocation_context *ac) in ext4_mb_new_group_pa()
3830 static int ext4_mb_new_preallocation(struct ext4_allocation_context *ac) in ext4_mb_new_preallocation()
4152 static void ext4_mb_show_ac(struct ext4_allocation_context *ac) in ext4_mb_show_ac()
4210 static inline void ext4_mb_show_ac(struct ext4_allocation_context *ac) in ext4_mb_show_ac()
4223 static void ext4_mb_group_or_file(struct ext4_allocation_context *ac) in ext4_mb_group_or_file()
4274 ext4_mb_initialize_context(struct ext4_allocation_context *ac, in ext4_mb_initialize_context()
4411 static void ext4_mb_add_n_trim(struct ext4_allocation_context *ac) in ext4_mb_add_n_trim()
4461 static int ext4_mb_release_context(struct ext4_allocation_context *ac) in ext4_mb_release_context()
4526 struct ext4_allocation_context *ac = NULL; in ext4_mb_new_blocks()