Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/squashfs/
Dsuper.c95 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local
251 xattr_id_table_start = le64_to_cpu(sblk->xattr_id_table_start); in squashfs_fill_super()
252 if (xattr_id_table_start == SQUASHFS_INVALID_BLK) { in squashfs_fill_super()
259 xattr_id_table_start, &msblk->xattr_table, &msblk->xattr_ids); in squashfs_fill_super()
Dsquashfs_fs.h255 __le64 xattr_id_table_start; member