Lines Matching defs:xl_header
146 * at the given offset from loc->xl_header.
193 struct ocfs2_xattr_header *xl_header;
195 /* Bytes from xl_header to the end of the storage */
1569 return (char *)loc->xl_header + offset;
1585 struct ocfs2_xattr_header *xh = loc->xl_header;
1601 int count = le16_to_cpu(loc->xl_header->xh_count);
1631 struct ocfs2_xattr_header *xh = loc->xl_header;
1660 int count = le16_to_cpu(loc->xl_header->xh_count);
1661 loc->xl_entry = &(loc->xl_header->xh_entries[count]);
1662 le16_add_cpu(&loc->xl_header->xh_count, 1);
1764 int count = le16_to_cpu(loc->xl_header->xh_count);
1807 le16_add_cpu(&loc->xl_header->xh_name_value_len,
1813 struct ocfs2_xattr_header *xh = loc->xl_header;
1849 struct ocfs2_xattr_header *xh = loc->xl_header;
1935 struct ocfs2_xattr_header *xh = loc->xl_header;
2281 loc->xl_header =
2299 loc->xl_header = &(xb->xb_attrs.xb_header);
2312 loc->xl_header = bucket_xh(bucket);