Home
last modified time | relevance | path

Searched refs:xh_entries (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/ocfs2/
Dxattr.c937 struct ocfs2_xattr_entry *entry = &header->xh_entries[i]; in ocfs2_xattr_list_entries()
964 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()
1171 xs->here = xs->header->xh_entries; in ocfs2_xattr_ibody_get()
1241 i = xs->here - xs->header->xh_entries; in ocfs2_xattr_block_get()
1588 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start()
1644 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_wipe_namevalue()
1646 le16_add_cpu(&xh->xh_entries[i].xe_name_offset, in ocfs2_xa_block_wipe_namevalue()
1659 loc->xl_entry = &(loc->xl_header->xh_entries[count]); in ocfs2_xa_block_add_entry()
1822 tmp_xe = &xh->xh_entries[tmp]; in ocfs2_xa_bucket_add_entry()
1835 memmove(&xh->xh_entries[low + 1], in ocfs2_xa_bucket_add_entry()
[all …]
Docfs2_fs.h1022 struct ocfs2_xattr_entry xh_entries[]; /* xattr entry list. */ member