Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dxattr.c4188 struct ocfs2_xattr_header *xb_xh = &xb->xb_attrs.xb_header; in ocfs2_cp_xattr_block_to_bucket() local
4190 u16 count = le16_to_cpu(xb_xh->xh_count); in ocfs2_cp_xattr_block_to_bucket()
4207 xe = &xb_xh->xh_entries[count - 1]; in ocfs2_cp_xattr_block_to_bucket()
4215 xh->xh_count = xb_xh->xh_count; in ocfs2_cp_xattr_block_to_bucket()
4224 memcpy(target + offset, (char *)xb_xh + offset, size); in ocfs2_cp_xattr_block_to_bucket()