Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Dxattr.c4184 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()