Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dxattr.c4194 struct ocfs2_xattr_header *xb_xh = &xb->xb_attrs.xb_header; in ocfs2_cp_xattr_block_to_bucket() local
4196 u16 count = le16_to_cpu(xb_xh->xh_count); in ocfs2_cp_xattr_block_to_bucket()
4213 xe = &xb_xh->xh_entries[count - 1]; in ocfs2_cp_xattr_block_to_bucket()
4221 xh->xh_count = xb_xh->xh_count; in ocfs2_cp_xattr_block_to_bucket()
4230 memcpy(target + offset, (char *)xb_xh + offset, size); in ocfs2_cp_xattr_block_to_bucket()