Home
last modified time | relevance | path

Searched refs:meta_ac (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ocfs2/
H A Dmove_extents.c44 struct ocfs2_alloc_context *meta_ac; member
115 &replace_rec, context->meta_ac, in __ocfs2_move_extent()
132 len, context->meta_ac, in __ocfs2_move_extent()
153 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_meta_allocator_move_extents() argument
172 ret = ocfs2_reserve_new_metadata_blocks(osb, extra_blocks, meta_ac); in ocfs2_lock_meta_allocator_move_extents()
185 if (*meta_ac) { in ocfs2_lock_meta_allocator_move_extents()
186 ocfs2_free_alloc_context(*meta_ac); in ocfs2_lock_meta_allocator_move_extents()
187 *meta_ac = NULL; in ocfs2_lock_meta_allocator_move_extents()
239 &context->meta_ac, in ocfs2_defrag_extent()
352 if (context->meta_ac) { in ocfs2_defrag_extent()
[all …]
H A Dacl.c220 struct ocfs2_alloc_context *meta_ac, in ocfs2_set_acl() argument
253 meta_ac, data_ac); in ocfs2_set_acl()
357 struct ocfs2_alloc_context *meta_ac, in ocfs2_init_acl() argument
387 meta_ac, data_ac); in ocfs2_init_acl()
405 acl, meta_ac, data_ac); in ocfs2_init_acl()
H A Drefcounttree.h36 struct ocfs2_alloc_context *meta_ac,
102 struct ocfs2_alloc_context *meta_ac,
H A Dfile.h37 struct ocfs2_alloc_context *meta_ac,
H A Ddir.h94 struct ocfs2_alloc_context *meta_ac);
H A Dfile.c545 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_inode_data() argument
553 data_ac, meta_ac, reason_ret); in ocfs2_add_inode_data()
567 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_extend_allocation() local
591 &data_ac, &meta_ac); in ocfs2_extend_allocation()
639 meta_ac, in ocfs2_extend_allocation()
694 if (meta_ac) { in ocfs2_extend_allocation()
695 ocfs2_free_alloc_context(meta_ac); in ocfs2_extend_allocation()
696 meta_ac = NULL; in ocfs2_extend_allocation()
H A Dsuballoc.h205 struct ocfs2_alloc_context **meta_ac);