Searched refs:new_xh (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | xattr.c | 6367 struct ocfs2_xattr_header *new_xh, in ocfs2_reflink_xattr_header() argument 6385 last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)] - 1; in ocfs2_reflink_xattr_header() 6390 xe = &new_xh->xh_entries[j]; in ocfs2_reflink_xattr_header() 6392 le16_add_cpu(&new_xh->xh_count, -1); in ocfs2_reflink_xattr_header() 6393 if (new_xh->xh_count) { in ocfs2_reflink_xattr_header() 6398 last = &new_xh->xh_entries[le16_to_cpu(new_xh->xh_count)] - 1; in ocfs2_reflink_xattr_header() 6421 ret = func(sb, new_bh, new_xh, j, &new_xv, &value_bh, para); in ocfs2_reflink_xattr_header() 6502 struct ocfs2_xattr_header *new_xh = (struct ocfs2_xattr_header *) in ocfs2_reflink_xattr_inline() local 6540 args->new_bh, new_xh, &vb, meta_ac, in ocfs2_reflink_xattr_inline() 6616 struct ocfs2_xattr_header *new_xh = &new_xb->xb_attrs.xb_header; in ocfs2_reflink_xattr_block() local [all …]
|