Lines Matching defs:reflink
6182 * Store the information we need in xattr reflink.
6279 * Lock the meta_ac and caculate how much credits we need for reflink xattrs.
6328 * Given a xattr header, reflink all the xattrs in this container.
6669 struct ocfs2_xattr_reflink *reflink;
6756 struct ocfs2_super *osb = OCFS2_SB(args->reflink->old_inode->i_sb);
6761 ret = ocfs2_iterate_xattr_buckets(args->reflink->old_inode, blkno, len,
6781 rb = (struct ocfs2_refcount_block *)args->reflink->ref_root_bh->b_data;
6841 struct super_block *sb = args->reflink->old_inode->i_sb;
6887 ret = ocfs2_reflink_xattr_header(handle, args->reflink,
7014 INODE_CACHE(args->reflink->new_inode),
7061 para.reflink = args;
7207 * Used for reflink a non-preserve-security file.