Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dxattr.c73 struct ocfs2_alloc_context *meta_ac; member
762 ctxt->meta_ac, in ocfs2_xattr_extend_allocation()
814 ret = ocfs2_remove_extent(handle, &et, cpos, len, ctxt->meta_ac, in __ocfs2_remove_xattr_range()
828 len, ctxt->meta_ac, &ctxt->dealloc, 1); in __ocfs2_remove_xattr_range()
2565 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_xattr_remove_allocators() argument
2594 meta_add, meta_ac); in ocfs2_lock_xattr_remove_allocators()
2628 &ctxt.meta_ac, in ocfs2_remove_value_outside()
2642 if (ctxt.meta_ac) { in ocfs2_remove_value_outside()
2643 ocfs2_free_alloc_context(ctxt.meta_ac); in ocfs2_remove_value_outside()
2644 ctxt.meta_ac = NULL; in ocfs2_remove_value_outside()
[all …]
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 Dsuballoc.h205 struct ocfs2_alloc_context **meta_ac);
H A Dnamei.c246 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_mknod() local
351 status = ocfs2_reserve_new_metadata_blocks(osb, want_meta, &meta_ac); in ocfs2_mknod()
396 new_fe_bh, data_ac, meta_ac); in ocfs2_mknod()
414 status = ocfs2_init_acl(handle, inode, new_fe_bh, meta_ac, data_ac, in ocfs2_mknod()
424 meta_ac, data_ac); in ocfs2_mknod()
490 if (meta_ac) in ocfs2_mknod()
491 ocfs2_free_alloc_context(meta_ac); in ocfs2_mknod()