Home
last modified time | relevance | path

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

/fs/ocfs2/
Dxattr.c6339 struct ocfs2_xattr_header *new_xh, in ocfs2_reflink_xattr_header() argument
6357 last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)]; in ocfs2_reflink_xattr_header()
6362 xe = &new_xh->xh_entries[j]; in ocfs2_reflink_xattr_header()
6364 le16_add_cpu(&new_xh->xh_count, -1); in ocfs2_reflink_xattr_header()
6365 if (new_xh->xh_count) { in ocfs2_reflink_xattr_header()
6389 ret = func(sb, new_bh, new_xh, j, &new_xv, &value_bh, para); in ocfs2_reflink_xattr_header()
6470 struct ocfs2_xattr_header *new_xh = (struct ocfs2_xattr_header *) in ocfs2_reflink_xattr_inline() local
6508 args->new_bh, new_xh, &vb, meta_ac, in ocfs2_reflink_xattr_inline()
6593 struct ocfs2_xattr_header *new_xh = &new_xb->xb_attrs.xb_header; in ocfs2_reflink_xattr_block() local
6637 new_blk_bh, new_xh, &vb, meta_ac, in ocfs2_reflink_xattr_block()