Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dxattr.c939 struct ocfs2_xattr_entry *entry = &header->xh_entries[i]; in ocfs2_xattr_list_entries()
966 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside()
1173 xs->here = xs->header->xh_entries; in ocfs2_xattr_ibody_get()
1243 i = xs->here - xs->header->xh_entries; in ocfs2_xattr_block_get()
1590 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start()
1646 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_wipe_namevalue()
1648 le16_add_cpu(&xh->xh_entries[i].xe_name_offset, in ocfs2_xa_block_wipe_namevalue()
1661 loc->xl_entry = &(loc->xl_header->xh_entries[count]); in ocfs2_xa_block_add_entry()
1824 tmp_xe = &xh->xh_entries[tmp]; in ocfs2_xa_bucket_add_entry()
1837 memmove(&xh->xh_entries[low + 1], in ocfs2_xa_bucket_add_entry()
[all …]
Docfs2_fs.h1024 struct ocfs2_xattr_entry xh_entries[0]; /* xattr entry list. */ member