Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Dxattr.c6325 struct ocfs2_xattr_header *new_xh, in ocfs2_reflink_xattr_header() argument
6343 last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)]; in ocfs2_reflink_xattr_header()
6348 xe = &new_xh->xh_entries[j]; in ocfs2_reflink_xattr_header()
6350 le16_add_cpu(&new_xh->xh_count, -1); in ocfs2_reflink_xattr_header()
6351 if (new_xh->xh_count) { in ocfs2_reflink_xattr_header()
6375 ret = func(sb, new_bh, new_xh, j, &new_xv, &value_bh, para); in ocfs2_reflink_xattr_header()
6456 struct ocfs2_xattr_header *new_xh = (struct ocfs2_xattr_header *) in ocfs2_reflink_xattr_inline() local
6494 args->new_bh, new_xh, &vb, meta_ac, in ocfs2_reflink_xattr_inline()
6579 struct ocfs2_xattr_header *new_xh = &new_xb->xb_attrs.xb_header; in ocfs2_reflink_xattr_block() local
6623 new_blk_bh, new_xh, &vb, meta_ac, in ocfs2_reflink_xattr_block()