Home
last modified time | relevance | path

Searched refs:xl_entry (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c170 /* Fill xl_entry with a new entry */
203 struct ocfs2_xattr_entry *xl_entry; member
1479 /* Can we reuse loc->xl_entry for xi? */
1496 loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash); in ocfs2_xa_add_entry()
1502 loc->xl_entry->xe_name_offset = cpu_to_le16(loc->xl_size); in ocfs2_xa_add_entry()
1513 loc->xl_entry->xe_value_size = cpu_to_le64(xi->xi_value_len); in ocfs2_xa_add_namevalue()
1514 loc->xl_entry->xe_name_len = xi->xi_name_len; in ocfs2_xa_add_namevalue()
1515 ocfs2_xattr_set_type(loc->xl_entry, xi->xi_name_index); in ocfs2_xa_add_namevalue()
1516 ocfs2_xattr_set_local(loc->xl_entry, in ocfs2_xa_add_namevalue()
1519 nameval_offset = le16_to_cpu(loc->xl_entry in ocfs2_xa_add_namevalue()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c164 /* Fill xl_entry with a new entry */
197 struct ocfs2_xattr_entry *xl_entry; member
1473 /* Can we reuse loc->xl_entry for xi? */
1490 loc->xl_entry->xe_name_hash = cpu_to_le32(name_hash); in ocfs2_xa_add_entry()
1496 loc->xl_entry->xe_name_offset = cpu_to_le16(loc->xl_size); in ocfs2_xa_add_entry()
1507 loc->xl_entry->xe_value_size = cpu_to_le64(xi->xi_value_len); in ocfs2_xa_add_namevalue()
1508 loc->xl_entry->xe_name_len = xi->xi_name_len; in ocfs2_xa_add_namevalue()
1509 ocfs2_xattr_set_type(loc->xl_entry, xi->xi_name_index); in ocfs2_xa_add_namevalue()
1510 ocfs2_xattr_set_local(loc->xl_entry, in ocfs2_xa_add_namevalue()
1513 nameval_offset = le16_to_cpu(loc->xl_entry in ocfs2_xa_add_namevalue()
[all...]

Completed in 12 milliseconds