xh_free_start    1010 fs/ocfs2/ocfs2_fs.h 	__le16	xh_free_start;                  /* current offset for storing
xh_free_start    1743 fs/ocfs2/xattr.c 	return le16_to_cpu(bucket_xh(bucket)->xh_free_start);
xh_free_start    1856 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(nameval_offset);
xh_free_start    4224 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size);
xh_free_start    4394 fs/ocfs2/xattr.c 	u16 xh_free_start;
xh_free_start    4423 fs/ocfs2/xattr.c 	xh_free_start = le16_to_cpu(xh->xh_free_start);
xh_free_start    4427 fs/ocfs2/xattr.c 	     xh_free_start, le16_to_cpu(xh->xh_name_value_len));
xh_free_start    4466 fs/ocfs2/xattr.c 	mlog_bug_on_msg(xh_free_start > end, "Defrag check failed for "
xh_free_start    4469 fs/ocfs2/xattr.c 	if (xh_free_start == end)
xh_free_start    4472 fs/ocfs2/xattr.c 	memset(bucket_buf + xh_free_start, 0, end - xh_free_start);
xh_free_start    4473 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(end);
xh_free_start    4703 fs/ocfs2/xattr.c 		xh->xh_free_start = cpu_to_le16(blocksize);
xh_free_start    4751 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE);
xh_free_start    4755 fs/ocfs2/xattr.c 		    le16_to_cpu(xh->xh_free_start))
xh_free_start    4756 fs/ocfs2/xattr.c 			xh->xh_free_start = xe->xe_name_offset;
xh_free_start    4784 fs/ocfs2/xattr.c 	xh->xh_free_start = cpu_to_le16(name_offset);