Lines Matching refs:dealloc
81 struct ocfs2_cached_dealloc_ctxt dealloc; member
798 &ctxt->dealloc); in __ocfs2_remove_xattr_range()
811 len, ctxt->meta_ac, &ctxt->dealloc, 1); in __ocfs2_remove_xattr_range()
813 ret = ocfs2_cache_cluster_dealloc(&ctxt->dealloc, in __ocfs2_remove_xattr_range()
2362 ocfs2_init_dealloc_ctxt(&ctxt.dealloc); in ocfs2_remove_value_outside()
2406 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_remove_value_outside()
3250 ocfs2_init_dealloc_ctxt(&ctxt->dealloc); in ocfs2_init_xattr_set_ctxt()
3645 if (ocfs2_dealloc_has_cluster(&ctxt.dealloc)) in ocfs2_xattr_set()
3647 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_xattr_set()
5425 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_rm_xattr_cluster() local
5437 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_rm_xattr_cluster()
5477 &dealloc); in ocfs2_rm_xattr_cluster()
5501 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_rm_xattr_cluster()
5663 ocfs2_init_dealloc_ctxt(&ctxt.dealloc); in ocfs2_delete_xattr_in_bucket()
5707 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_delete_xattr_in_bucket()
5888 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_xattr_value_attach_refcount() argument
5916 dealloc, refcount); in ocfs2_xattr_value_attach_refcount()
5936 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_attach_refcount_normal() argument
5959 dealloc, NULL); in ocfs2_xattr_attach_refcount_normal()
5973 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_inline_attach_refcount() argument
5985 ref_ci, ref_root_bh, dealloc); in ocfs2_xattr_inline_attach_refcount()
5991 struct ocfs2_cached_dealloc_ctxt *dealloc; member
6077 ref->dealloc, p); in ocfs2_xattr_bucket_value_refcount()
6101 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_block_attach_refcount() argument
6116 dealloc); in ocfs2_xattr_block_attach_refcount()
6121 .dealloc = dealloc, in ocfs2_xattr_block_attach_refcount()
6136 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_attach_refcount_tree() argument
6146 dealloc); in ocfs2_xattr_attach_refcount_tree()
6164 ref_root_bh, dealloc); in ocfs2_xattr_attach_refcount_tree()
6186 struct ocfs2_cached_dealloc_ctxt *dealloc; member
6444 meta_ac, args->dealloc); in ocfs2_reflink_xattr_header()
7135 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_reflink_xattrs() local
7147 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_reflink_xattrs()
7155 args.dealloc = &dealloc; in ocfs2_reflink_xattrs()
7190 if (ocfs2_dealloc_has_cluster(&dealloc)) { in ocfs2_reflink_xattrs()
7192 ocfs2_run_deallocs(OCFS2_SB(old_inode->i_sb), &dealloc); in ocfs2_reflink_xattrs()