Lines Matching defs:ac
1523 static void ext4_mb_use_best_found(struct ext4_allocation_context *ac, in ext4_mb_use_best_found()
1568 static void ext4_mb_check_limits(struct ext4_allocation_context *ac, in ext4_mb_check_limits()
1618 static void ext4_mb_measure_extent(struct ext4_allocation_context *ac, in ext4_mb_measure_extent()
1678 int ext4_mb_try_best_found(struct ext4_allocation_context *ac, in ext4_mb_try_best_found()
1706 int ext4_mb_find_by_goal(struct ext4_allocation_context *ac, in ext4_mb_find_by_goal()
1765 void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac, in ext4_mb_simple_scan_group()
1809 void ext4_mb_complex_scan_group(struct ext4_allocation_context *ac, in ext4_mb_complex_scan_group()
1868 void ext4_mb_scan_aligned(struct ext4_allocation_context *ac, in ext4_mb_scan_aligned()
1904 static int ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group()
1959 ext4_mb_regular_allocator(struct ext4_allocation_context *ac) in ext4_mb_regular_allocator()
2775 ext4_mb_mark_diskspace_used(struct ext4_allocation_context *ac, in ext4_mb_mark_diskspace_used()
2892 static void ext4_mb_normalize_group_request(struct ext4_allocation_context *ac) in ext4_mb_normalize_group_request()
2908 ext4_mb_normalize_request(struct ext4_allocation_context *ac, in ext4_mb_normalize_request()
3094 static void ext4_mb_collect_stats(struct ext4_allocation_context *ac) in ext4_mb_collect_stats()
3123 static void ext4_discard_allocated_blocks(struct ext4_allocation_context *ac) in ext4_discard_allocated_blocks()
3138 static void ext4_mb_use_inode_pa(struct ext4_allocation_context *ac, in ext4_mb_use_inode_pa()
3168 static void ext4_mb_use_group_pa(struct ext4_allocation_context *ac, in ext4_mb_use_group_pa()
3222 ext4_mb_use_preallocated(struct ext4_allocation_context *ac) in ext4_mb_use_preallocated()
3383 static void ext4_mb_put_pa(struct ext4_allocation_context *ac, in ext4_mb_put_pa()
3441 ext4_mb_new_inode_pa(struct ext4_allocation_context *ac) in ext4_mb_new_inode_pa()
3535 ext4_mb_new_group_pa(struct ext4_allocation_context *ac) in ext4_mb_new_group_pa()
3592 static int ext4_mb_new_preallocation(struct ext4_allocation_context *ac) in ext4_mb_new_preallocation()
3910 static void ext4_mb_show_ac(struct ext4_allocation_context *ac) in ext4_mb_show_ac()
3969 static inline void ext4_mb_show_ac(struct ext4_allocation_context *ac) in ext4_mb_show_ac()
3982 static void ext4_mb_group_or_file(struct ext4_allocation_context *ac) in ext4_mb_group_or_file()
4033 ext4_mb_initialize_context(struct ext4_allocation_context *ac, in ext4_mb_initialize_context()
4168 static void ext4_mb_add_n_trim(struct ext4_allocation_context *ac) in ext4_mb_add_n_trim()
4218 static int ext4_mb_release_context(struct ext4_allocation_context *ac) in ext4_mb_release_context()
4283 struct ext4_allocation_context *ac = NULL; in ext4_mb_new_blocks() local