Searched refs:meta_ac (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | xattr.c | 73 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 D | refcounttree.h | 36 struct ocfs2_alloc_context *meta_ac, 102 struct ocfs2_alloc_context *meta_ac,
|
| H A D | file.h | 37 struct ocfs2_alloc_context *meta_ac,
|
| H A D | dir.h | 94 struct ocfs2_alloc_context *meta_ac);
|
| H A D | suballoc.h | 205 struct ocfs2_alloc_context **meta_ac);
|
| H A D | namei.c | 246 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()
|