Searched refs:xl_header (Results 1 – 1 of 1) sorted by relevance
201 struct ocfs2_xattr_header *xl_header; member1552 return (char *)loc->xl_header + offset; in ocfs2_xa_block_offset_pointer()1568 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start()1584 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_check_space()1614 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue()1643 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_add_entry()1644 loc->xl_entry = &(loc->xl_header->xh_entries[count]); in ocfs2_xa_block_add_entry()1645 le16_add_cpu(&loc->xl_header->xh_count, 1); in ocfs2_xa_block_add_entry()1747 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_bucket_check_space()1790 le16_add_cpu(&loc->xl_header->xh_name_value_len, in ocfs2_xa_bucket_wipe_namevalue()[all …]