Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dxattr.c4188 u16 offset, size, off_change; in ocfs2_cp_xattr_block_to_bucket() local
4210 off_change = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header); in ocfs2_cp_xattr_block_to_bucket()
4212 offset = le16_to_cpu(xe->xe_name_offset) + off_change; in ocfs2_cp_xattr_block_to_bucket()
4231 off_change = OCFS2_XATTR_BUCKET_SIZE - blocksize + in ocfs2_cp_xattr_block_to_bucket()
4234 le16_add_cpu(&xh->xh_entries[i].xe_name_offset, off_change); in ocfs2_cp_xattr_block_to_bucket()
4236 trace_ocfs2_cp_xattr_block_to_bucket_end(offset, size, off_change); in ocfs2_cp_xattr_block_to_bucket()