Home
last modified time | relevance | path

Searched refs:xattr_table_start (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/squashfs/
Dxattr_id.c54 u64 *xattr_table_start, int *xattr_ids) in squashfs_read_xattr_id_table() argument
63 *xattr_table_start = le64_to_cpu(id_table->xattr_table_start); in squashfs_read_xattr_id_table()
74 if (*xattr_table_start >= start) in squashfs_read_xattr_id_table()
Dxattr.h18 u64 start, u64 *xattr_table_start, int *xattr_ids) in squashfs_read_xattr_id_table() argument
21 *xattr_table_start = start; in squashfs_read_xattr_id_table()
Dsquashfs_fs.h446 __le64 xattr_table_start; member