Home
last modified time | relevance | path

Searched refs:ext4_allocation_context (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dmballoc.c426 static void ext4_mb_new_preallocation(struct ext4_allocation_context *ac);
428 static int ext4_mb_scan_group(struct ext4_allocation_context *ac,
896 struct ext4_allocation_context *ac) in ext4_get_allocation_groups_count()
910 static int ext4_mb_scan_groups_xa_range(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_xa_range()
944 ext4_mb_scan_groups_largest_free_order_range(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_largest_free_order_range()
960 static int ext4_mb_scan_groups_p2_aligned(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_p2_aligned()
995 ext4_mb_scan_groups_avg_frag_order_range(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_avg_frag_order_range()
1011 static int ext4_mb_scan_groups_goal_fast(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_goal_fast()
1061 static int ext4_mb_scan_groups_best_avail(struct ext4_allocation_context *ac, in ext4_mb_scan_groups_best_avail()
1145 static inline int should_optimize_scan(struct ext4_allocation_context *ac) in should_optimize_scan()
[all …]
H A Dmballoc.h173 struct ext4_allocation_context { struct
288 ext4_mb_mark_diskspace_used_test(struct ext4_allocation_context *ac,
H A Dmballoc-test.c551 struct ext4_allocation_context *ac, in test_mark_diskspace_used_range()
586 struct ext4_allocation_context ac; in test_mark_diskspace_used()