Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dxattr.c6341 struct ocfs2_xattr_header *new_xh, in ocfs2_reflink_xattr_header() argument
6359 last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)]; in ocfs2_reflink_xattr_header()
6364 xe = &new_xh->xh_entries[j]; in ocfs2_reflink_xattr_header()
6366 le16_add_cpu(&new_xh->xh_count, -1); in ocfs2_reflink_xattr_header()
6367 if (new_xh->xh_count) { in ocfs2_reflink_xattr_header()
6391 ret = func(sb, new_bh, new_xh, j, &new_xv, &value_bh, para); in ocfs2_reflink_xattr_header()
6472 struct ocfs2_xattr_header *new_xh = (struct ocfs2_xattr_header *) in ocfs2_reflink_xattr_inline() local
6510 args->new_bh, new_xh, &vb, meta_ac, in ocfs2_reflink_xattr_inline()
6595 struct ocfs2_xattr_header *new_xh = &new_xb->xb_attrs.xb_header; in ocfs2_reflink_xattr_block() local
6639 new_blk_bh, new_xh, &vb, meta_ac, in ocfs2_reflink_xattr_block()