Lines Matching defs:xh_free_start
1647 * Note that we don't update xh_free_start or xh_name_value_len
1737 return le16_to_cpu(bucket_xh(bucket)->xh_free_start);
1850 xh->xh_free_start = cpu_to_le16(nameval_offset);
4218 xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size);
4388 u16 xh_free_start;
4417 xh_free_start = le16_to_cpu(xh->xh_free_start);
4421 xh_free_start, le16_to_cpu(xh->xh_name_value_len));
4460 mlog_bug_on_msg(xh_free_start > end, "Defrag check failed for "
4463 if (xh_free_start == end)
4466 memset(bucket_buf + xh_free_start, 0, end - xh_free_start);
4467 xh->xh_free_start = cpu_to_le16(end);
4697 xh->xh_free_start = cpu_to_le16(blocksize);
4711 * Calculate the total name/value len and xh_free_start for
4744 /* Calculate xh_free_start for the new bucket. */
4745 xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE);
4749 le16_to_cpu(xh->xh_free_start))
4750 xh->xh_free_start = xe->xe_name_offset;
4778 xh->xh_free_start = cpu_to_le16(name_offset);