Lines Matching refs:ocfs2_alloc_context

93 static int ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac,
118 struct ocfs2_alloc_context **ac);
120 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource()
140 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) in ocfs2_free_alloc_context()
421 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_contig()
465 struct ocfs2_alloc_context *ac, in ocfs2_block_group_claim_bits()
486 struct ocfs2_alloc_context *ac, in ocfs2_block_group_grow_discontig()
546 struct ocfs2_alloc_context *cluster_ac, in ocfs2_bg_alloc_cleanup()
578 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_discontig()
663 struct ocfs2_alloc_context *ac = NULL; in ocfs2_block_group_alloc()
765 struct ocfs2_alloc_context *ac, in ocfs2_reserve_suballoc_bits()
913 struct ocfs2_alloc_context *ac, in ocfs2_steal_resource()
946 struct ocfs2_alloc_context *ac) in ocfs2_steal_inode()
952 struct ocfs2_alloc_context *ac) in ocfs2_steal_meta()
959 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_metadata_blocks()
964 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_reserve_new_metadata_blocks()
1021 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_metadata()
1029 struct ocfs2_alloc_context **ac) in ocfs2_reserve_new_inode()
1035 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_reserve_new_inode()
1123 struct ocfs2_alloc_context *ac) in ocfs2_reserve_cluster_bitmap_bits()
1146 struct ocfs2_alloc_context **ac) in ocfs2_reserve_clusters_with_limit()
1151 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_reserve_clusters_with_limit()
1223 struct ocfs2_alloc_context **ac) in ocfs2_reserve_clusters()
1637 static void ocfs2_bg_discontig_fix_result(struct ocfs2_alloc_context *ac, in ocfs2_bg_discontig_fix_result()
1667 static int ocfs2_search_one_group(struct ocfs2_alloc_context *ac, in ocfs2_search_one_group()
1734 static int ocfs2_search_chain(struct ocfs2_alloc_context *ac, in ocfs2_search_chain()
1875 static int ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac, in ocfs2_claim_suballoc_bits()
1987 struct ocfs2_alloc_context *ac, in ocfs2_claim_metadata()
2026 struct ocfs2_alloc_context *ac) in ocfs2_init_inode_ac_group()
2053 struct ocfs2_alloc_context *ac) in ocfs2_save_inode_ac_group()
2061 struct ocfs2_alloc_context *ac, in ocfs2_find_new_inode_loc()
2122 struct ocfs2_alloc_context *ac, in ocfs2_claim_new_inode_at_loc()
2194 struct ocfs2_alloc_context *ac, in ocfs2_claim_new_inode()
2296 struct ocfs2_alloc_context *ac, in __ocfs2_claim_clusters()
2367 struct ocfs2_alloc_context *ac, in ocfs2_claim_clusters()
2626 struct ocfs2_alloc_context **data_ac, in ocfs2_lock_allocators()
2627 struct ocfs2_alloc_context **meta_ac) in ocfs2_lock_allocators()