Lines Matching defs:ac
874 static void ext4_mb_choose_next_group_p2_aligned(struct ext4_allocation_context *ac, in ext4_mb_choose_next_group_p2_aligned()
917 ext4_mb_find_good_group_avg_frag_lists(struct ext4_allocation_context *ac, int order) in ext4_mb_find_good_group_avg_frag_lists()
948 static void ext4_mb_choose_next_group_goal_fast(struct ext4_allocation_context *ac, in ext4_mb_choose_next_group_goal_fast()
993 static void ext4_mb_choose_next_group_best_avail(struct ext4_allocation_context *ac, in ext4_mb_choose_next_group_best_avail()
1071 static inline int should_optimize_scan(struct ext4_allocation_context *ac) in should_optimize_scan()
1087 next_linear_group(struct ext4_allocation_context *ac, ext4_group_t group, in next_linear_group()
1120 static void ext4_mb_choose_next_group(struct ext4_allocation_context *ac, in ext4_mb_choose_next_group()
2134 static void ext4_mb_use_best_found(struct ext4_allocation_context *ac, in ext4_mb_use_best_found()
2183 static void ext4_mb_check_limits(struct ext4_allocation_context *ac, in ext4_mb_check_limits()
2236 static void ext4_mb_measure_extent(struct ext4_allocation_context *ac, in ext4_mb_measure_extent()
2297 void ext4_mb_try_best_found(struct ext4_allocation_context *ac, in ext4_mb_try_best_found()
2327 int ext4_mb_find_by_goal(struct ext4_allocation_context *ac, in ext4_mb_find_by_goal()
2396 void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac, in ext4_mb_simple_scan_group()
2450 void ext4_mb_complex_scan_group(struct ext4_allocation_context *ac, in ext4_mb_complex_scan_group()
2533 void ext4_mb_scan_aligned(struct ext4_allocation_context *ac, in ext4_mb_scan_aligned()
2577 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group()
2646 static int ext4_mb_good_group_nolock(struct ext4_allocation_context *ac, in ext4_mb_good_group_nolock()
2795 ext4_mb_regular_allocator(struct ext4_allocation_context *ac) in ext4_mb_regular_allocator()
3990 ext4_mb_mark_diskspace_used(struct ext4_allocation_context *ac, in ext4_mb_mark_diskspace_used()
4224 static void ext4_mb_normalize_group_request(struct ext4_allocation_context *ac) in ext4_mb_normalize_group_request()
4253 ext4_mb_pa_assert_overlap(struct ext4_allocation_context *ac, in ext4_mb_pa_assert_overlap()
4290 ext4_mb_pa_adjust_overlap(struct ext4_allocation_context *ac, in ext4_mb_pa_adjust_overlap()
4430 ext4_mb_normalize_request(struct ext4_allocation_context *ac, in ext4_mb_normalize_request()
4603 static void ext4_mb_collect_stats(struct ext4_allocation_context *ac) in ext4_mb_collect_stats()
4642 static void ext4_discard_allocated_blocks(struct ext4_allocation_context *ac) in ext4_discard_allocated_blocks()
4677 static void ext4_mb_use_inode_pa(struct ext4_allocation_context *ac, in ext4_mb_use_inode_pa()
4708 static void ext4_mb_use_group_pa(struct ext4_allocation_context *ac, in ext4_mb_use_group_pa()
4763 ext4_mb_pa_goal_check(struct ext4_allocation_context *ac, in ext4_mb_pa_goal_check()
4794 ext4_mb_use_preallocated(struct ext4_allocation_context *ac) in ext4_mb_use_preallocated()
5077 static void ext4_mb_put_pa(struct ext4_allocation_context *ac, in ext4_mb_put_pa()
5169 ext4_mb_new_inode_pa(struct ext4_allocation_context *ac) in ext4_mb_new_inode_pa()
5269 ext4_mb_new_group_pa(struct ext4_allocation_context *ac) in ext4_mb_new_group_pa()
5318 static void ext4_mb_new_preallocation(struct ext4_allocation_context *ac) in ext4_mb_new_preallocation()
5642 static int ext4_mb_pa_alloc(struct ext4_allocation_context *ac) in ext4_mb_pa_alloc()
5655 static void ext4_mb_pa_put_free(struct ext4_allocation_context *ac) in ext4_mb_pa_put_free()
5706 static void ext4_mb_show_ac(struct ext4_allocation_context *ac) in ext4_mb_show_ac()
5744 static inline void ext4_mb_show_ac(struct ext4_allocation_context *ac) in ext4_mb_show_ac()
5757 static void ext4_mb_group_or_file(struct ext4_allocation_context *ac) in ext4_mb_group_or_file()
5810 ext4_mb_initialize_context(struct ext4_allocation_context *ac, in ext4_mb_initialize_context()
5945 static void ext4_mb_add_n_trim(struct ext4_allocation_context *ac) in ext4_mb_add_n_trim()
5993 static int ext4_mb_release_context(struct ext4_allocation_context *ac) in ext4_mb_release_context()
6061 struct ext4_allocation_context *ac, u64 *seq) in ext4_mb_discard_preallocations_should_retry()
6160 struct ext4_allocation_context *ac = NULL; in ext4_mb_new_blocks() local