Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dxattr.c146 * at the given offset from loc->xl_header.
193 struct ocfs2_xattr_header *xl_header; member
195 /* Bytes from xl_header to the end of the storage */
1569 return (char *)loc->xl_header + offset; in ocfs2_xa_block_offset_pointer()
1585 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start()
1601 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_check_space()
1631 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue()
1660 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_add_entry()
1661 loc->xl_entry = &(loc->xl_header->xh_entries[count]); in ocfs2_xa_block_add_entry()
1662 le16_add_cpu(&loc->xl_header in ocfs2_xa_block_add_entry()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dxattr.c140 * at the given offset from loc->xl_header.
187 struct ocfs2_xattr_header *xl_header; member
189 /* Bytes from xl_header to the end of the storage */
1563 return (char *)loc->xl_header + offset; in ocfs2_xa_block_offset_pointer()
1579 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start()
1595 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_check_space()
1625 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue()
1654 int count = le16_to_cpu(loc->xl_header->xh_count); in ocfs2_xa_block_add_entry()
1655 loc->xl_entry = &(loc->xl_header->xh_entries[count]); in ocfs2_xa_block_add_entry()
1656 le16_add_cpu(&loc->xl_header in ocfs2_xa_block_add_entry()
[all...]

Completed in 11 milliseconds