Lines Matching refs:meta_ac

69 	struct ocfs2_alloc_context *meta_ac;  member
729 ctxt->meta_ac, in ocfs2_xattr_extend_allocation()
783 ret = ocfs2_remove_extent(handle, &et, cpos, len, ctxt->meta_ac, in __ocfs2_remove_xattr_range()
797 len, ctxt->meta_ac, &ctxt->dealloc, 1); in __ocfs2_remove_xattr_range()
2323 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_xattr_remove_allocators() argument
2352 meta_add, meta_ac); in ocfs2_lock_xattr_remove_allocators()
2386 &ctxt.meta_ac, in ocfs2_remove_value_outside()
2400 if (ctxt.meta_ac) { in ocfs2_remove_value_outside()
2401 ocfs2_free_alloc_context(ctxt.meta_ac); in ocfs2_remove_value_outside()
2402 ctxt.meta_ac = NULL; in ocfs2_remove_value_outside()
2412 if (ctxt.meta_ac) in ocfs2_remove_value_outside()
2413 ocfs2_free_alloc_context(ctxt.meta_ac); in ocfs2_remove_value_outside()
2879 ret = ocfs2_claim_metadata(ctxt->handle, ctxt->meta_ac, 1, in ocfs2_create_xattr_block()
2908 xblk->xb_suballoc_slot = cpu_to_le16(ctxt->meta_ac->ac_alloc_slot); in ocfs2_create_xattr_block()
3274 &ctxt->meta_ac); in ocfs2_init_xattr_set_ctxt()
3288 if (ctxt->meta_ac) { in ocfs2_init_xattr_set_ctxt()
3289 ocfs2_free_alloc_context(ctxt->meta_ac); in ocfs2_init_xattr_set_ctxt()
3290 ctxt->meta_ac = NULL; in ocfs2_init_xattr_set_ctxt()
3450 struct ocfs2_alloc_context *meta_ac, in ocfs2_xattr_set_handle() argument
3474 .meta_ac = meta_ac, in ocfs2_xattr_set_handle()
3654 if (ctxt.meta_ac) in ocfs2_xattr_set()
3655 ocfs2_free_alloc_context(ctxt.meta_ac); in ocfs2_xattr_set()
5170 num_bits, 0, ctxt->meta_ac); in ocfs2_add_new_xattr_cluster()
5428 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_rm_xattr_cluster() local
5450 ret = ocfs2_lock_allocators(inode, &et, 0, 1, NULL, &meta_ac); in ocfs2_rm_xattr_cluster()
5480 ret = ocfs2_remove_extent(handle, &et, cpos, len, meta_ac, in ocfs2_rm_xattr_cluster()
5502 if (meta_ac) in ocfs2_rm_xattr_cluster()
5503 ocfs2_free_alloc_context(meta_ac); in ocfs2_rm_xattr_cluster()
5684 &ctxt.meta_ac, in ocfs2_delete_xattr_in_bucket()
5698 if (ctxt.meta_ac) { in ocfs2_delete_xattr_in_bucket()
5699 ocfs2_free_alloc_context(ctxt.meta_ac); in ocfs2_delete_xattr_in_bucket()
5700 ctxt.meta_ac = NULL; in ocfs2_delete_xattr_in_bucket()
5708 if (ctxt.meta_ac) in ocfs2_delete_xattr_in_bucket()
5709 ocfs2_free_alloc_context(ctxt.meta_ac); in ocfs2_delete_xattr_in_bucket()
6284 struct ocfs2_alloc_context **meta_ac) in ocfs2_reflink_lock_xattr_allocators() argument
6317 ret = ocfs2_reserve_new_metadata_blocks(osb, meta_add, meta_ac); in ocfs2_reflink_lock_xattr_allocators()
6343 struct ocfs2_alloc_context *meta_ac, in ocfs2_reflink_xattr_header() argument
6438 meta_ac); in ocfs2_reflink_xattr_header()
6448 meta_ac, args->dealloc); in ocfs2_reflink_xattr_header()
6474 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_reflink_xattr_inline() local
6483 &credits, &meta_ac); in ocfs2_reflink_xattr_inline()
6510 args->new_bh, new_xh, &vb, meta_ac, in ocfs2_reflink_xattr_inline()
6539 if (meta_ac) in ocfs2_reflink_xattr_inline()
6540 ocfs2_free_alloc_context(meta_ac); in ocfs2_reflink_xattr_inline()
6554 ret = ocfs2_reserve_new_metadata_blocks(osb, 1, &ctxt.meta_ac); in ocfs2_create_empty_xattr_block()
6576 ocfs2_free_alloc_context(ctxt.meta_ac); in ocfs2_create_empty_xattr_block()
6596 struct ocfs2_alloc_context *meta_ac; in ocfs2_reflink_xattr_block() local
6603 &credits, &meta_ac); in ocfs2_reflink_xattr_block()
6639 new_blk_bh, new_xh, &vb, meta_ac, in ocfs2_reflink_xattr_block()
6662 ocfs2_free_alloc_context(meta_ac); in ocfs2_reflink_xattr_block()
6749 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_reflink_xattr_rec_allocators() argument
6808 meta_ac); in ocfs2_lock_reflink_xattr_rec_allocators()
6822 if (*meta_ac) { in ocfs2_lock_reflink_xattr_rec_allocators()
6823 ocfs2_free_alloc_context(*meta_ac); in ocfs2_lock_reflink_xattr_rec_allocators()
6824 *meta_ac = NULL; in ocfs2_lock_reflink_xattr_rec_allocators()
6834 struct ocfs2_alloc_context *meta_ac, in ocfs2_reflink_xattr_bucket() argument
6890 &vb, meta_ac, in ocfs2_reflink_xattr_bucket()
6926 struct ocfs2_alloc_context *meta_ac, in ocfs2_reflink_xattr_buckets() argument
6959 meta_ac, data_ac, args); in ocfs2_reflink_xattr_buckets()
6975 num_clusters, 0, meta_ac); in ocfs2_reflink_xattr_buckets()
7005 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_reflink_xattr_rec() local
7017 &meta_ac, &data_ac); in ocfs2_reflink_xattr_rec()
7031 meta_ac, data_ac, in ocfs2_reflink_xattr_rec()
7039 if (meta_ac) in ocfs2_reflink_xattr_rec()
7040 ocfs2_free_alloc_context(meta_ac); in ocfs2_reflink_xattr_rec()