Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dxattr.c1751 return le16_to_cpu(bucket_xh(bucket)->xh_free_start); in ocfs2_xa_bucket_get_free_start()
1864 xh->xh_free_start = cpu_to_le16(nameval_offset); in ocfs2_xa_bucket_add_namevalue()
4235 xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size); in ocfs2_cp_xattr_block_to_bucket()
4405 u16 xh_free_start; in ocfs2_defrag_xattr_bucket() local
4434 xh_free_start = le16_to_cpu(xh->xh_free_start); in ocfs2_defrag_xattr_bucket()
4438 xh_free_start, le16_to_cpu(xh->xh_name_value_len)); in ocfs2_defrag_xattr_bucket()
4477 mlog_bug_on_msg(xh_free_start > end, "Defrag check failed for " in ocfs2_defrag_xattr_bucket()
4480 if (xh_free_start == end) in ocfs2_defrag_xattr_bucket()
4483 memset(bucket_buf + xh_free_start, 0, end - xh_free_start); in ocfs2_defrag_xattr_bucket()
4484 xh->xh_free_start = cpu_to_le16(end); in ocfs2_defrag_xattr_bucket()
[all …]
Docfs2_fs.h1049 __le16 xh_free_start; /* current offset for storing member