Lines Matching refs:xh_free_start
1732 return le16_to_cpu(bucket_xh(bucket)->xh_free_start); in ocfs2_xa_bucket_get_free_start()
1845 xh->xh_free_start = cpu_to_le16(nameval_offset); in ocfs2_xa_bucket_add_namevalue()
4218 xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size); in ocfs2_cp_xattr_block_to_bucket()
4388 u16 xh_free_start; in ocfs2_defrag_xattr_bucket() local
4417 xh_free_start = le16_to_cpu(xh->xh_free_start); in ocfs2_defrag_xattr_bucket()
4421 xh_free_start, le16_to_cpu(xh->xh_name_value_len)); in ocfs2_defrag_xattr_bucket()
4460 mlog_bug_on_msg(xh_free_start > end, "Defrag check failed for " in ocfs2_defrag_xattr_bucket()
4463 if (xh_free_start == end) in ocfs2_defrag_xattr_bucket()
4466 memset(bucket_buf + xh_free_start, 0, end - xh_free_start); in ocfs2_defrag_xattr_bucket()
4467 xh->xh_free_start = cpu_to_le16(end); in ocfs2_defrag_xattr_bucket()
4697 xh->xh_free_start = cpu_to_le16(blocksize); in ocfs2_divide_xattr_bucket()
4745 xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE); in ocfs2_divide_xattr_bucket()
4749 le16_to_cpu(xh->xh_free_start)) in ocfs2_divide_xattr_bucket()
4750 xh->xh_free_start = xe->xe_name_offset; in ocfs2_divide_xattr_bucket()
4778 xh->xh_free_start = cpu_to_le16(name_offset); in ocfs2_divide_xattr_bucket()