Lines Matching refs:ocfs2_alloc_context
96 static int ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac,
121 struct ocfs2_alloc_context **ac);
123 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource()
143 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) in ocfs2_free_alloc_context()
424 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_contig()
468 struct ocfs2_alloc_context *ac, in ocfs2_block_group_claim_bits()
489 struct ocfs2_alloc_context *ac, in ocfs2_block_group_grow_discontig()
549 struct ocfs2_alloc_context *cluster_ac, in ocfs2_bg_alloc_cleanup()
581 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_discontig()
666 struct ocfs2_alloc_context *ac = NULL; in ocfs2_block_group_alloc()
770 struct ocfs2_alloc_context *ac, in ocfs2_reserve_suballoc_bits()
918 struct ocfs2_alloc_context *ac, in ocfs2_steal_resource()
951 struct ocfs2_alloc_context *ac) in ocfs2_steal_inode()
957 struct ocfs2_alloc_context *ac) in ocfs2_steal_meta()
964 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_metadata_blocks()
969 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_reserve_new_metadata_blocks()
1026 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_metadata()
1034 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_inode()
1040 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_reserve_new_inode()
1128 struct ocfs2_alloc_context *ac) in ocfs2_reserve_cluster_bitmap_bits()
1151 struct ocfs2_alloc_context **ac) in ocfs2_reserve_clusters_with_limit()
1156 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_reserve_clusters_with_limit()
1228 struct ocfs2_alloc_context **ac) in ocfs2_reserve_clusters()
1693 static void ocfs2_bg_discontig_fix_result(struct ocfs2_alloc_context *ac, in ocfs2_bg_discontig_fix_result()
1723 static int ocfs2_search_one_group(struct ocfs2_alloc_context *ac, in ocfs2_search_one_group()
1791 static int ocfs2_search_chain(struct ocfs2_alloc_context *ac, in ocfs2_search_chain()
1946 static int ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac, in ocfs2_claim_suballoc_bits()
2079 struct ocfs2_alloc_context *ac, in ocfs2_claim_metadata()
2118 struct ocfs2_alloc_context *ac) in ocfs2_init_inode_ac_group()
2145 struct ocfs2_alloc_context *ac) in ocfs2_save_inode_ac_group()
2153 struct ocfs2_alloc_context *ac, in ocfs2_find_new_inode_loc()
2214 struct ocfs2_alloc_context *ac, in ocfs2_claim_new_inode_at_loc()
2288 struct ocfs2_alloc_context *ac, in ocfs2_claim_new_inode()
2390 struct ocfs2_alloc_context *ac, in __ocfs2_claim_clusters()
2462 struct ocfs2_alloc_context *ac, in ocfs2_claim_clusters()
2737 struct ocfs2_alloc_context **data_ac, in ocfs2_lock_allocators()
2738 struct ocfs2_alloc_context **meta_ac) in ocfs2_lock_allocators()