Home
last modified time | relevance | path

Searched refs:new_xh (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dxattr.c6351 struct ocfs2_xattr_header *new_xh, in ocfs2_reflink_xattr_header() argument
6369 last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)]; in ocfs2_reflink_xattr_header()
6374 xe = &new_xh->xh_entries[j]; in ocfs2_reflink_xattr_header()
6376 le16_add_cpu(&new_xh->xh_count, -1); in ocfs2_reflink_xattr_header()
6377 if (new_xh->xh_count) { in ocfs2_reflink_xattr_header()
6401 ret = func(sb, new_bh, new_xh, j, &new_xv, &value_bh, para); in ocfs2_reflink_xattr_header()
6482 struct ocfs2_xattr_header *new_xh = (struct ocfs2_xattr_header *) in ocfs2_reflink_xattr_inline() local
6520 args->new_bh, new_xh, &vb, meta_ac, in ocfs2_reflink_xattr_inline()
6605 struct ocfs2_xattr_header *new_xh = &new_xb->xb_attrs.xb_header; in ocfs2_reflink_xattr_block() local
6649 new_blk_bh, new_xh, &vb, meta_ac, in ocfs2_reflink_xattr_block()