Searched defs:ac (Results 1 – 5 of 5) sorted by relevance
/fs/ocfs2/ |
D | suballoc.c | 121 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource() 138 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) in ocfs2_free_alloc_context() 411 struct ocfs2_alloc_context *ac = NULL; in ocfs2_block_group_alloc() local 531 struct ocfs2_alloc_context *ac, in ocfs2_reserve_suballoc_bits() 624 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_metadata_blocks() 663 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_metadata() 671 struct ocfs2_alloc_context *ac) in ocfs2_steal_inode_from_other_nodes() 702 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_inode() 784 struct ocfs2_alloc_context *ac) in ocfs2_reserve_cluster_bitmap_bits() 809 struct ocfs2_alloc_context **ac) in ocfs2_reserve_clusters_with_limit() [all …]
|
D | localalloc.c | 572 struct ocfs2_alloc_context *ac, in ocfs2_local_alloc_in_range() 619 struct ocfs2_alloc_context *ac) in ocfs2_reserve_local_alloc_bits() 735 struct ocfs2_alloc_context *ac, in ocfs2_claim_local_alloc_bits() 1058 struct ocfs2_alloc_context **ac, in ocfs2_local_alloc_reserve_for_window() 1109 struct ocfs2_alloc_context *ac) in ocfs2_local_alloc_new_window() 1205 struct ocfs2_alloc_context *ac = NULL; in ocfs2_local_alloc_slide_window() local
|
D | suballoc.h | 60 static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac) in ocfs2_alloc_context_bits_left()
|
/fs/ext4/ |
D | mballoc.c | 1344 static void ext4_mb_use_best_found(struct ext4_allocation_context *ac, in ext4_mb_use_best_found() 1392 static void ext4_mb_check_limits(struct ext4_allocation_context *ac, in ext4_mb_check_limits() 1442 static void ext4_mb_measure_extent(struct ext4_allocation_context *ac, in ext4_mb_measure_extent() 1501 static int ext4_mb_try_best_found(struct ext4_allocation_context *ac, in ext4_mb_try_best_found() 1528 static int ext4_mb_find_by_goal(struct ext4_allocation_context *ac, in ext4_mb_find_by_goal() 1587 static void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac, in ext4_mb_simple_scan_group() 1630 static void ext4_mb_complex_scan_group(struct ext4_allocation_context *ac, in ext4_mb_complex_scan_group() 1689 static void ext4_mb_scan_aligned(struct ext4_allocation_context *ac, in ext4_mb_scan_aligned() 1724 static int ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group() 1940 ext4_mb_regular_allocator(struct ext4_allocation_context *ac) in ext4_mb_regular_allocator() [all …]
|
D | mballoc.h | 242 static inline void ext4_mb_store_history(struct ext4_allocation_context *ac) in ext4_mb_store_history()
|