Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dxattr.c4202 struct ocfs2_xattr_header *xb_xh = &xb->xb_attrs.xb_header; in ocfs2_cp_xattr_block_to_bucket() local
4204 u16 count = le16_to_cpu(xb_xh->xh_count); in ocfs2_cp_xattr_block_to_bucket()
4221 xe = &xb_xh->xh_entries[count - 1]; in ocfs2_cp_xattr_block_to_bucket()
4229 xh->xh_count = xb_xh->xh_count; in ocfs2_cp_xattr_block_to_bucket()
4238 memcpy(target + offset, (char *)xb_xh + offset, size); in ocfs2_cp_xattr_block_to_bucket()