Lines Matching refs:ext4_allocation_context

426 static void ext4_mb_new_preallocation(struct ext4_allocation_context *ac);
428 static int ext4_mb_scan_group(struct ext4_allocation_context *ac,
878 static int ext4_mb_scan_groups_xa_range(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_xa_range()
912 ext4_mb_scan_groups_largest_free_order_range(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_largest_free_order_range()
928 static int ext4_mb_scan_groups_p2_aligned(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_p2_aligned()
963 ext4_mb_scan_groups_avg_frag_order_range(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_avg_frag_order_range()
979 static int ext4_mb_scan_groups_goal_fast(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_goal_fast()
1029 static int ext4_mb_scan_groups_best_avail(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_best_avail()
1113 static inline int should_optimize_scan(struct ext4_allocation_context *ac) in should_optimize_scan()
1136 static int ext4_mb_scan_groups_linear(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_linear()
1163 static int ext4_mb_scan_groups(struct ext4_allocation_context *ac) in ext4_mb_scan_groups()
2205 static void ext4_mb_use_best_found(struct ext4_allocation_context *ac, in ext4_mb_use_best_found()
2254 static void ext4_mb_check_limits(struct ext4_allocation_context *ac, in ext4_mb_check_limits()
2307 static void ext4_mb_measure_extent(struct ext4_allocation_context *ac, in ext4_mb_measure_extent()
2368 void ext4_mb_try_best_found(struct ext4_allocation_context *ac, in ext4_mb_try_best_found()
2398 int ext4_mb_find_by_goal(struct ext4_allocation_context *ac, in ext4_mb_find_by_goal()
2467 void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac, in ext4_mb_simple_scan_group()
2521 void ext4_mb_complex_scan_group(struct ext4_allocation_context *ac, in ext4_mb_complex_scan_group()
2604 void ext4_mb_scan_aligned(struct ext4_allocation_context *ac, in ext4_mb_scan_aligned()
2643 static void __ext4_mb_scan_group(struct ext4_allocation_context *ac) in __ext4_mb_scan_group()
2672 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group()
2741 static int ext4_mb_good_group_nolock(struct ext4_allocation_context *ac, in ext4_mb_good_group_nolock()
2862 static void ext4_mb_might_prefetch(struct ext4_allocation_context *ac, in ext4_mb_might_prefetch()
2920 static int ext4_mb_scan_group(struct ext4_allocation_context *ac, in ext4_mb_scan_group()
2965 ext4_mb_regular_allocator(struct ext4_allocation_context *ac) in ext4_mb_regular_allocator()
4012 ext4_ac_cachep = KMEM_CACHE(ext4_allocation_context, in ext4_init_mballoc()
4156 ext4_mb_mark_diskspace_used(struct ext4_allocation_context *ac, in ext4_mb_mark_diskspace_used()
4281 static void ext4_mb_normalize_group_request(struct ext4_allocation_context *ac) in ext4_mb_normalize_group_request()
4310 ext4_mb_pa_assert_overlap(struct ext4_allocation_context *ac, in ext4_mb_pa_assert_overlap()
4347 ext4_mb_pa_adjust_overlap(struct ext4_allocation_context *ac, in ext4_mb_pa_adjust_overlap()
4487 ext4_mb_normalize_request(struct ext4_allocation_context *ac, in ext4_mb_normalize_request()
4660 static void ext4_mb_collect_stats(struct ext4_allocation_context *ac) in ext4_mb_collect_stats()
4699 static void ext4_discard_allocated_blocks(struct ext4_allocation_context *ac) in ext4_discard_allocated_blocks()
4734 static void ext4_mb_use_inode_pa(struct ext4_allocation_context *ac, in ext4_mb_use_inode_pa()
4765 static void ext4_mb_use_group_pa(struct ext4_allocation_context *ac, in ext4_mb_use_group_pa()
4820 ext4_mb_pa_goal_check(struct ext4_allocation_context *ac, in ext4_mb_pa_goal_check()
4851 ext4_mb_use_preallocated(struct ext4_allocation_context *ac) in ext4_mb_use_preallocated()
5134 static void ext4_mb_put_pa(struct ext4_allocation_context *ac, in ext4_mb_put_pa()
5226 ext4_mb_new_inode_pa(struct ext4_allocation_context *ac) in ext4_mb_new_inode_pa()
5326 ext4_mb_new_group_pa(struct ext4_allocation_context *ac) in ext4_mb_new_group_pa()
5375 static void ext4_mb_new_preallocation(struct ext4_allocation_context *ac) in ext4_mb_new_preallocation()
5690 static int ext4_mb_pa_alloc(struct ext4_allocation_context *ac) in ext4_mb_pa_alloc()
5703 static void ext4_mb_pa_put_free(struct ext4_allocation_context *ac) in ext4_mb_pa_put_free()
5754 static void ext4_mb_show_ac(struct ext4_allocation_context *ac) in ext4_mb_show_ac()
5792 static inline void ext4_mb_show_ac(struct ext4_allocation_context *ac) in ext4_mb_show_ac()
5805 static void ext4_mb_group_or_file(struct ext4_allocation_context *ac) in ext4_mb_group_or_file()
5858 ext4_mb_initialize_context(struct ext4_allocation_context *ac, in ext4_mb_initialize_context()
5993 static void ext4_mb_add_n_trim(struct ext4_allocation_context *ac) in ext4_mb_add_n_trim()
6041 static void ext4_mb_release_context(struct ext4_allocation_context *ac) in ext4_mb_release_context()
6108 struct ext4_allocation_context *ac, u64 *seq) in ext4_mb_discard_preallocations_should_retry()
6207 struct ext4_allocation_context *ac = NULL; in ext4_mb_new_blocks()