Lines Matching refs:dealloc

71 	struct ocfs2_cached_dealloc_ctxt dealloc;  member
784 &ctxt->dealloc); in __ocfs2_remove_xattr_range()
797 len, ctxt->meta_ac, &ctxt->dealloc, 1); in __ocfs2_remove_xattr_range()
799 ret = ocfs2_cache_cluster_dealloc(&ctxt->dealloc, in __ocfs2_remove_xattr_range()
2371 ocfs2_init_dealloc_ctxt(&ctxt.dealloc); in ocfs2_remove_value_outside()
2415 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_remove_value_outside()
3259 ocfs2_init_dealloc_ctxt(&ctxt->dealloc); in ocfs2_init_xattr_set_ctxt()
3656 if (ocfs2_dealloc_has_cluster(&ctxt.dealloc)) in ocfs2_xattr_set()
3658 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_xattr_set()
5429 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_rm_xattr_cluster() local
5441 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_rm_xattr_cluster()
5481 &dealloc); in ocfs2_rm_xattr_cluster()
5505 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_rm_xattr_cluster()
5667 ocfs2_init_dealloc_ctxt(&ctxt.dealloc); in ocfs2_delete_xattr_in_bucket()
5711 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_delete_xattr_in_bucket()
5892 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_xattr_value_attach_refcount() argument
5920 dealloc, refcount); in ocfs2_xattr_value_attach_refcount()
5940 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_attach_refcount_normal() argument
5963 dealloc, NULL); in ocfs2_xattr_attach_refcount_normal()
5977 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_inline_attach_refcount() argument
5989 ref_ci, ref_root_bh, dealloc); in ocfs2_xattr_inline_attach_refcount()
5995 struct ocfs2_cached_dealloc_ctxt *dealloc; member
6081 ref->dealloc, p); in ocfs2_xattr_bucket_value_refcount()
6105 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_block_attach_refcount() argument
6120 dealloc); in ocfs2_xattr_block_attach_refcount()
6125 .dealloc = dealloc, in ocfs2_xattr_block_attach_refcount()
6140 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_attach_refcount_tree() argument
6150 dealloc); in ocfs2_xattr_attach_refcount_tree()
6168 ref_root_bh, dealloc); in ocfs2_xattr_attach_refcount_tree()
6190 struct ocfs2_cached_dealloc_ctxt *dealloc; member
6448 meta_ac, args->dealloc); in ocfs2_reflink_xattr_header()
7139 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_reflink_xattrs() local
7151 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_reflink_xattrs()
7159 args.dealloc = &dealloc; in ocfs2_reflink_xattrs()
7194 if (ocfs2_dealloc_has_cluster(&dealloc)) { in ocfs2_reflink_xattrs()
7196 ocfs2_run_deallocs(OCFS2_SB(old_inode->i_sb), &dealloc); in ocfs2_reflink_xattrs()