Lines Matching refs:ocfs2_alloc_context

95 static int ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac,
120 struct ocfs2_alloc_context **ac);
122 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource()
142 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) in ocfs2_free_alloc_context()
423 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_contig()
467 struct ocfs2_alloc_context *ac, in ocfs2_block_group_claim_bits()
488 struct ocfs2_alloc_context *ac, in ocfs2_block_group_grow_discontig()
548 struct ocfs2_alloc_context *cluster_ac, in ocfs2_bg_alloc_cleanup()
580 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_discontig()
665 struct ocfs2_alloc_context *ac = NULL; in ocfs2_block_group_alloc()
767 struct ocfs2_alloc_context *ac, in ocfs2_reserve_suballoc_bits()
915 struct ocfs2_alloc_context *ac, in ocfs2_steal_resource()
948 struct ocfs2_alloc_context *ac) in ocfs2_steal_inode()
954 struct ocfs2_alloc_context *ac) in ocfs2_steal_meta()
961 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_metadata_blocks()
966 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_reserve_new_metadata_blocks()
1023 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_metadata()
1031 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_inode()
1037 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_reserve_new_inode()
1125 struct ocfs2_alloc_context *ac) in ocfs2_reserve_cluster_bitmap_bits()
1148 struct ocfs2_alloc_context **ac) in ocfs2_reserve_clusters_with_limit()
1153 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_reserve_clusters_with_limit()
1225 struct ocfs2_alloc_context **ac) in ocfs2_reserve_clusters()
1690 static void ocfs2_bg_discontig_fix_result(struct ocfs2_alloc_context *ac, in ocfs2_bg_discontig_fix_result()
1720 static int ocfs2_search_one_group(struct ocfs2_alloc_context *ac, in ocfs2_search_one_group()
1788 static int ocfs2_search_chain(struct ocfs2_alloc_context *ac, in ocfs2_search_chain()
1931 static int ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac, in ocfs2_claim_suballoc_bits()
2043 struct ocfs2_alloc_context *ac, in ocfs2_claim_metadata()
2082 struct ocfs2_alloc_context *ac) in ocfs2_init_inode_ac_group()
2109 struct ocfs2_alloc_context *ac) in ocfs2_save_inode_ac_group()
2117 struct ocfs2_alloc_context *ac, in ocfs2_find_new_inode_loc()
2178 struct ocfs2_alloc_context *ac, in ocfs2_claim_new_inode_at_loc()
2252 struct ocfs2_alloc_context *ac, in ocfs2_claim_new_inode()
2354 struct ocfs2_alloc_context *ac, in __ocfs2_claim_clusters()
2425 struct ocfs2_alloc_context *ac, in ocfs2_claim_clusters()
2700 struct ocfs2_alloc_context **data_ac, in ocfs2_lock_allocators()
2701 struct ocfs2_alloc_context **meta_ac) in ocfs2_lock_allocators()