Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dxattr.c4192 struct ocfs2_xattr_header *xb_xh = &xb->xb_attrs.xb_header; in ocfs2_cp_xattr_block_to_bucket() local
4194 u16 count = le16_to_cpu(xb_xh->xh_count); in ocfs2_cp_xattr_block_to_bucket()
4211 xe = &xb_xh->xh_entries[count - 1]; in ocfs2_cp_xattr_block_to_bucket()
4219 xh->xh_count = xb_xh->xh_count; in ocfs2_cp_xattr_block_to_bucket()
4228 memcpy(target + offset, (char *)xb_xh + offset, size); in ocfs2_cp_xattr_block_to_bucket()