Home
last modified time | relevance | path

Searched refs:data_ac (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ocfs2/
H A Dmove_extents.c45 struct ocfs2_alloc_context *data_ac; member
272 ret = ocfs2_reserve_clusters(osb, *len, &context->data_ac); in ocfs2_defrag_extent()
285 ret = __ocfs2_claim_clusters(handle, context->data_ac, 1, *len, in ocfs2_defrag_extent()
328 if (need_free && context->data_ac) { in ocfs2_defrag_extent()
329 struct ocfs2_alloc_context *data_ac = context->data_ac; in ocfs2_defrag_extent() local
331 if (context->data_ac->ac_which == OCFS2_AC_USE_LOCAL) in ocfs2_defrag_extent()
332 ocfs2_free_local_alloc_bits(osb, handle, data_ac, in ocfs2_defrag_extent()
336 data_ac->ac_inode, in ocfs2_defrag_extent()
337 data_ac->ac_bh, in ocfs2_defrag_extent()
347 if (context->data_ac) { in ocfs2_defrag_extent()
[all …]
H A Dacl.c221 struct ocfs2_alloc_context *data_ac) in ocfs2_set_acl() argument
253 meta_ac, data_ac); in ocfs2_set_acl()
358 struct ocfs2_alloc_context *data_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 Dfile.h36 struct ocfs2_alloc_context *data_ac,
H A Ddir.h93 struct ocfs2_alloc_context *data_ac,
H A Dfile.c544 struct ocfs2_alloc_context *data_ac, in ocfs2_add_inode_data() argument
553 data_ac, meta_ac, reason_ret); in ocfs2_add_inode_data()
566 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_extend_allocation() local
591 &data_ac, &meta_ac); in ocfs2_extend_allocation()
638 data_ac, in ocfs2_extend_allocation()
690 if (data_ac) { in ocfs2_extend_allocation()
691 ocfs2_free_alloc_context(data_ac); in ocfs2_extend_allocation()
692 data_ac = NULL; in ocfs2_extend_allocation()
H A Dsuballoc.h204 struct ocfs2_alloc_context **data_ac,