Searched refs:off_change (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | xattr.c | 4190 u16 offset, size, off_change; in ocfs2_cp_xattr_block_to_bucket() local 4212 off_change = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header); in ocfs2_cp_xattr_block_to_bucket() 4214 offset = le16_to_cpu(xe->xe_name_offset) + off_change; in ocfs2_cp_xattr_block_to_bucket() 4233 off_change = OCFS2_XATTR_BUCKET_SIZE - blocksize + in ocfs2_cp_xattr_block_to_bucket() 4236 le16_add_cpu(&xh->xh_entries[i].xe_name_offset, off_change); in ocfs2_cp_xattr_block_to_bucket() 4238 trace_ocfs2_cp_xattr_block_to_bucket_end(offset, size, off_change); in ocfs2_cp_xattr_block_to_bucket()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | xattr.c | 4184 u16 offset, size, off_change; in ocfs2_cp_xattr_block_to_bucket() local 4206 off_change = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header); in ocfs2_cp_xattr_block_to_bucket() 4208 offset = le16_to_cpu(xe->xe_name_offset) + off_change; in ocfs2_cp_xattr_block_to_bucket() 4227 off_change = OCFS2_XATTR_BUCKET_SIZE - blocksize + in ocfs2_cp_xattr_block_to_bucket() 4230 le16_add_cpu(&xh->xh_entries[i].xe_name_offset, off_change); in ocfs2_cp_xattr_block_to_bucket() 4232 trace_ocfs2_cp_xattr_block_to_bucket_end(offset, size, off_change); in ocfs2_cp_xattr_block_to_bucket()
|
Completed in 20 milliseconds