• Home
  • Raw
  • Download

Lines Matching defs:ac

1703 static void ext4_mb_use_best_found(struct ext4_allocation_context *ac,  in ext4_mb_use_best_found()
1752 static void ext4_mb_check_limits(struct ext4_allocation_context *ac, in ext4_mb_check_limits()
1802 static void ext4_mb_measure_extent(struct ext4_allocation_context *ac, in ext4_mb_measure_extent()
1862 int ext4_mb_try_best_found(struct ext4_allocation_context *ac, in ext4_mb_try_best_found()
1890 int ext4_mb_find_by_goal(struct ext4_allocation_context *ac, in ext4_mb_find_by_goal()
1960 void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac, in ext4_mb_simple_scan_group()
2011 void ext4_mb_complex_scan_group(struct ext4_allocation_context *ac, in ext4_mb_complex_scan_group()
2076 void ext4_mb_scan_aligned(struct ext4_allocation_context *ac, in ext4_mb_scan_aligned()
2117 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group()
2179 static int ext4_mb_good_group_nolock(struct ext4_allocation_context *ac, in ext4_mb_good_group_nolock()
2318 ext4_mb_regular_allocator(struct ext4_allocation_context *ac) in ext4_mb_regular_allocator()
3289 ext4_mb_mark_diskspace_used(struct ext4_allocation_context *ac, in ext4_mb_mark_diskspace_used()
3516 static void ext4_mb_normalize_group_request(struct ext4_allocation_context *ac) in ext4_mb_normalize_group_request()
3531 ext4_mb_normalize_request(struct ext4_allocation_context *ac, in ext4_mb_normalize_request()
3738 static void ext4_mb_collect_stats(struct ext4_allocation_context *ac) in ext4_mb_collect_stats()
3768 static void ext4_discard_allocated_blocks(struct ext4_allocation_context *ac) in ext4_discard_allocated_blocks()
3801 static void ext4_mb_use_inode_pa(struct ext4_allocation_context *ac, in ext4_mb_use_inode_pa()
3832 static void ext4_mb_use_group_pa(struct ext4_allocation_context *ac, in ext4_mb_use_group_pa()
3887 ext4_mb_use_preallocated(struct ext4_allocation_context *ac) in ext4_mb_use_preallocated()
4076 static void ext4_mb_put_pa(struct ext4_allocation_context *ac, in ext4_mb_put_pa()
4136 ext4_mb_new_inode_pa(struct ext4_allocation_context *ac) in ext4_mb_new_inode_pa()
4239 ext4_mb_new_group_pa(struct ext4_allocation_context *ac) in ext4_mb_new_group_pa()
4292 static void ext4_mb_new_preallocation(struct ext4_allocation_context *ac) in ext4_mb_new_preallocation()
4607 static int ext4_mb_pa_alloc(struct ext4_allocation_context *ac) in ext4_mb_pa_alloc()
4620 static void ext4_mb_pa_free(struct ext4_allocation_context *ac) in ext4_mb_pa_free()
4665 static void ext4_mb_show_ac(struct ext4_allocation_context *ac) in ext4_mb_show_ac()
4700 static inline void ext4_mb_show_ac(struct ext4_allocation_context *ac) in ext4_mb_show_ac()
4714 static void ext4_mb_group_or_file(struct ext4_allocation_context *ac) in ext4_mb_group_or_file()
4764 ext4_mb_initialize_context(struct ext4_allocation_context *ac, in ext4_mb_initialize_context()
4902 static void ext4_mb_add_n_trim(struct ext4_allocation_context *ac) in ext4_mb_add_n_trim()
4970 static int ext4_mb_release_context(struct ext4_allocation_context *ac) in ext4_mb_release_context()
5051 struct ext4_allocation_context *ac, u64 *seq) in ext4_mb_discard_preallocations_should_retry()
5085 struct ext4_allocation_context *ac = NULL; in ext4_mb_new_blocks() local