Lines Matching defs:xh_free_start
1653 * Note that we don't update xh_free_start or xh_name_value_len
1743 return le16_to_cpu(bucket_xh(bucket)->xh_free_start);
1856 xh->xh_free_start = cpu_to_le16(nameval_offset);
4224 xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size);
4394 u16 xh_free_start;
4423 xh_free_start = le16_to_cpu(xh->xh_free_start);
4427 xh_free_start, le16_to_cpu(xh->xh_name_value_len));
4466 mlog_bug_on_msg(xh_free_start > end, "Defrag check failed for "
4469 if (xh_free_start == end)
4472 memset(bucket_buf + xh_free_start, 0, end - xh_free_start);
4473 xh->xh_free_start = cpu_to_le16(end);
4703 xh->xh_free_start = cpu_to_le16(blocksize);
4717 * Calculate the total name/value len and xh_free_start for
4750 /* Calculate xh_free_start for the new bucket. */
4751 xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE);
4755 le16_to_cpu(xh->xh_free_start))
4756 xh->xh_free_start = xe->xe_name_offset;
4784 xh->xh_free_start = cpu_to_le16(name_offset);