Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dxattr.c4198 u16 offset, size, off_change; in ocfs2_cp_xattr_block_to_bucket() local
4220 off_change = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header); in ocfs2_cp_xattr_block_to_bucket()
4222 offset = le16_to_cpu(xe->xe_name_offset) + off_change; in ocfs2_cp_xattr_block_to_bucket()
4241 off_change = OCFS2_XATTR_BUCKET_SIZE - blocksize + in ocfs2_cp_xattr_block_to_bucket()
4244 le16_add_cpu(&xh->xh_entries[i].xe_name_offset, off_change); in ocfs2_cp_xattr_block_to_bucket()
4246 trace_ocfs2_cp_xattr_block_to_bucket_end(offset, size, off_change); in ocfs2_cp_xattr_block_to_bucket()