Lines Matching defs:xl_header
140 * at the given offset from loc->xl_header.
187 struct ocfs2_xattr_header *xl_header;
189 /* Bytes from xl_header to the end of the storage */
1563 return (char *)loc->xl_header + offset;
1579 struct ocfs2_xattr_header *xh = loc->xl_header;
1595 int count = le16_to_cpu(loc->xl_header->xh_count);
1625 struct ocfs2_xattr_header *xh = loc->xl_header;
1654 int count = le16_to_cpu(loc->xl_header->xh_count);
1655 loc->xl_entry = &(loc->xl_header->xh_entries[count]);
1656 le16_add_cpu(&loc->xl_header->xh_count, 1);
1758 int count = le16_to_cpu(loc->xl_header->xh_count);
1801 le16_add_cpu(&loc->xl_header->xh_name_value_len,
1807 struct ocfs2_xattr_header *xh = loc->xl_header;
1843 struct ocfs2_xattr_header *xh = loc->xl_header;
1929 struct ocfs2_xattr_header *xh = loc->xl_header;
2275 loc->xl_header =
2293 loc->xl_header = &(xb->xb_attrs.xb_header);
2306 loc->xl_header = bucket_xh(bucket);