Searched refs:xh_entries (Results 1 – 2 of 2) sorted by relevance
947 struct ocfs2_xattr_entry *entry = &header->xh_entries[i]; in ocfs2_xattr_list_entries()974 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()1181 xs->here = xs->header->xh_entries; in ocfs2_xattr_ibody_get()1251 i = xs->here - xs->header->xh_entries; in ocfs2_xattr_block_get()1598 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start()1654 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_wipe_namevalue()1656 le16_add_cpu(&xh->xh_entries[i].xe_name_offset, in ocfs2_xa_block_wipe_namevalue()1669 loc->xl_entry = &(loc->xl_header->xh_entries[count]); in ocfs2_xa_block_add_entry()1832 tmp_xe = &xh->xh_entries[tmp]; in ocfs2_xa_bucket_add_entry()1845 memmove(&xh->xh_entries[low + 1], in ocfs2_xa_bucket_add_entry()[all …]
1063 struct ocfs2_xattr_entry xh_entries[0]; /* xattr entry list. */ member