/fs/ocfs2/ |
D | alloc.h | 96 struct ocfs2_alloc_context *meta_ac); 111 struct ocfs2_alloc_context *meta_ac, 117 struct ocfs2_alloc_context *meta_ac, 122 struct ocfs2_alloc_context *meta_ac,
|
D | acl.c | 180 struct ocfs2_alloc_context *meta_ac, in ocfs2_set_acl() argument 224 meta_ac, data_ac); in ocfs2_set_acl() 284 struct ocfs2_alloc_context *meta_ac, in ocfs2_init_acl() argument 308 meta_ac, data_ac); in ocfs2_init_acl() 324 clone, meta_ac, data_ac); in ocfs2_init_acl()
|
D | aops.c | 1221 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster() argument 1245 meta_ac, NULL); in ocfs2_write_cluster() 1266 meta_ac, &wc->w_dealloc); in ocfs2_write_cluster() 1321 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster_by_desc() argument 1344 desc->c_unwritten, data_ac, meta_ac, in ocfs2_write_cluster_by_desc() 1654 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_write_begin_nolock() local 1713 &data_ac, &meta_ac); in ocfs2_write_begin_nolock() 1766 ret = ocfs2_write_cluster_by_desc(mapping, data_ac, meta_ac, wc, pos, in ocfs2_write_begin_nolock() 1775 if (meta_ac) in ocfs2_write_begin_nolock() 1776 ocfs2_free_alloc_context(meta_ac); in ocfs2_write_begin_nolock() [all …]
|
D | acl.h | 50 struct ocfs2_alloc_context *meta_ac, in ocfs2_init_acl() argument
|
D | alloc.c | 857 struct ocfs2_alloc_context *meta_ac, in ocfs2_create_new_meta_bhs() argument 872 meta_ac, in ocfs2_create_new_meta_bhs() 975 struct ocfs2_alloc_context *meta_ac) in ocfs2_add_branch() argument 1011 meta_ac, new_eb_bhs); in ocfs2_add_branch() 1152 struct ocfs2_alloc_context *meta_ac, in ocfs2_shift_tree_depth() argument 1164 status = ocfs2_create_new_meta_bhs(osb, handle, inode, 1, meta_ac, in ocfs2_shift_tree_depth() 1337 struct ocfs2_alloc_context *meta_ac) in ocfs2_grow_tree() argument 1345 BUG_ON(meta_ac == NULL); in ocfs2_grow_tree() 1365 meta_ac, &bh); in ocfs2_grow_tree() 1392 meta_ac); in ocfs2_grow_tree() [all …]
|
D | file.h | 52 struct ocfs2_alloc_context *meta_ac,
|
D | dir.c | 84 struct ocfs2_alloc_context *meta_ac, 1602 struct ocfs2_alloc_context *meta_ac, in ocfs2_do_extend_dir() argument 1625 data_ac, meta_ac, NULL); in ocfs2_do_extend_dir() 1674 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_extend_dir() local 1732 status = ocfs2_reserve_new_metadata(osb, el, &meta_ac); in ocfs2_extend_dir() 1766 data_ac, meta_ac, &new_bh); in ocfs2_extend_dir() 1816 if (meta_ac) in ocfs2_extend_dir() 1817 ocfs2_free_alloc_context(meta_ac); in ocfs2_extend_dir()
|
D | file.c | 509 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_inode_data() argument 519 data_ac, meta_ac, reason_ret); in ocfs2_add_inode_data() 535 struct ocfs2_alloc_context *meta_ac = NULL; in __ocfs2_extend_allocation() local 566 &data_ac, &meta_ac); in __ocfs2_extend_allocation() 610 meta_ac, in __ocfs2_extend_allocation() 674 if (meta_ac) { in __ocfs2_extend_allocation() 675 ocfs2_free_alloc_context(meta_ac); in __ocfs2_extend_allocation() 676 meta_ac = NULL; in __ocfs2_extend_allocation()
|
D | xattr.c | 78 struct ocfs2_alloc_context *meta_ac; member 627 ctxt->meta_ac, in ocfs2_xattr_extend_allocation() 672 ret = ocfs2_remove_extent(inode, &et, cpos, len, handle, ctxt->meta_ac, in __ocfs2_remove_xattr_range() 2118 ret = ocfs2_claim_metadata(osb, handle, ctxt->meta_ac, 1, in ocfs2_xattr_block_set() 2455 &ctxt->meta_ac); in ocfs2_init_xattr_set_ctxt() 2469 if (ctxt->meta_ac) { in ocfs2_init_xattr_set_ctxt() 2470 ocfs2_free_alloc_context(ctxt->meta_ac); in ocfs2_init_xattr_set_ctxt() 2471 ctxt->meta_ac = NULL; in ocfs2_init_xattr_set_ctxt() 2634 struct ocfs2_alloc_context *meta_ac, in ocfs2_xattr_set_handle() argument 2657 .meta_ac = meta_ac, in ocfs2_xattr_set_handle() [all …]
|
D | suballoc.h | 188 struct ocfs2_alloc_context **meta_ac);
|
D | suballoc.c | 2053 struct ocfs2_alloc_context **meta_ac) in ocfs2_lock_allocators() argument 2059 *meta_ac = NULL; in ocfs2_lock_allocators() 2087 ret = ocfs2_reserve_new_metadata(osb, et->et_root_el, meta_ac); in ocfs2_lock_allocators() 2107 if (*meta_ac) { in ocfs2_lock_allocators() 2108 ocfs2_free_alloc_context(*meta_ac); in ocfs2_lock_allocators() 2109 *meta_ac = NULL; in ocfs2_lock_allocators()
|