Searched refs:xh_entries (Results 1 – 2 of 2) sorted by relevance
933 struct ocfs2_xattr_entry *entry = &header->xh_entries[i]; in ocfs2_xattr_list_entries()960 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()1167 xs->here = xs->header->xh_entries; in ocfs2_xattr_ibody_get()1237 i = xs->here - xs->header->xh_entries; in ocfs2_xattr_block_get()1584 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start()1640 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_wipe_namevalue()1642 le16_add_cpu(&xh->xh_entries[i].xe_name_offset, in ocfs2_xa_block_wipe_namevalue()1655 loc->xl_entry = &(loc->xl_header->xh_entries[count]); in ocfs2_xa_block_add_entry()1818 tmp_xe = &xh->xh_entries[tmp]; in ocfs2_xa_bucket_add_entry()1831 memmove(&xh->xh_entries[low + 1], in ocfs2_xa_bucket_add_entry()[all …]
1022 struct ocfs2_xattr_entry xh_entries[]; /* xattr entry list. */ member