off_change       4190 fs/ocfs2/xattr.c 	u16 offset, size, off_change;
off_change       4212 fs/ocfs2/xattr.c 	off_change = offsetof(struct ocfs2_xattr_block, xb_attrs.xb_header);
off_change       4214 fs/ocfs2/xattr.c 	offset = le16_to_cpu(xe->xe_name_offset) + off_change;
off_change       4233 fs/ocfs2/xattr.c 	off_change = OCFS2_XATTR_BUCKET_SIZE - blocksize +
off_change       4236 fs/ocfs2/xattr.c 		le16_add_cpu(&xh->xh_entries[i].xe_name_offset, off_change);
off_change       4238 fs/ocfs2/xattr.c 	trace_ocfs2_cp_xattr_block_to_bucket_end(offset, size, off_change);