Lines Matching refs:dealloc
73 struct ocfs2_cached_dealloc_ctxt dealloc; member
786 &ctxt->dealloc); in __ocfs2_remove_xattr_range()
799 len, ctxt->meta_ac, &ctxt->dealloc, 1); in __ocfs2_remove_xattr_range()
801 ret = ocfs2_cache_cluster_dealloc(&ctxt->dealloc, in __ocfs2_remove_xattr_range()
2373 ocfs2_init_dealloc_ctxt(&ctxt.dealloc); in ocfs2_remove_value_outside()
2417 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_remove_value_outside()
3261 ocfs2_init_dealloc_ctxt(&ctxt->dealloc); in ocfs2_init_xattr_set_ctxt()
3658 if (ocfs2_dealloc_has_cluster(&ctxt.dealloc)) in ocfs2_xattr_set()
3660 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_xattr_set()
5431 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_rm_xattr_cluster() local
5443 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_rm_xattr_cluster()
5483 &dealloc); in ocfs2_rm_xattr_cluster()
5507 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_rm_xattr_cluster()
5669 ocfs2_init_dealloc_ctxt(&ctxt.dealloc); in ocfs2_delete_xattr_in_bucket()
5713 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_delete_xattr_in_bucket()
5894 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_xattr_value_attach_refcount() argument
5922 dealloc, refcount); in ocfs2_xattr_value_attach_refcount()
5942 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_attach_refcount_normal() argument
5965 dealloc, NULL); in ocfs2_xattr_attach_refcount_normal()
5979 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_inline_attach_refcount() argument
5991 ref_ci, ref_root_bh, dealloc); in ocfs2_xattr_inline_attach_refcount()
5997 struct ocfs2_cached_dealloc_ctxt *dealloc; member
6083 ref->dealloc, p); in ocfs2_xattr_bucket_value_refcount()
6107 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_block_attach_refcount() argument
6122 dealloc); in ocfs2_xattr_block_attach_refcount()
6127 .dealloc = dealloc, in ocfs2_xattr_block_attach_refcount()
6142 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_attach_refcount_tree() argument
6152 dealloc); in ocfs2_xattr_attach_refcount_tree()
6170 ref_root_bh, dealloc); in ocfs2_xattr_attach_refcount_tree()
6192 struct ocfs2_cached_dealloc_ctxt *dealloc; member
6450 meta_ac, args->dealloc); in ocfs2_reflink_xattr_header()
7141 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_reflink_xattrs() local
7153 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_reflink_xattrs()
7161 args.dealloc = &dealloc; in ocfs2_reflink_xattrs()
7196 if (ocfs2_dealloc_has_cluster(&dealloc)) { in ocfs2_reflink_xattrs()
7198 ocfs2_run_deallocs(OCFS2_SB(old_inode->i_sb), &dealloc); in ocfs2_reflink_xattrs()