Searched refs:xattr_id_table_start (Results 1 – 2 of 2) sorted by relevance
87 u64 lookup_table_start, xattr_id_table_start, next_table; in squashfs_fill_super() local227 xattr_id_table_start = le64_to_cpu(sblk->xattr_id_table_start); in squashfs_fill_super()228 if (xattr_id_table_start == SQUASHFS_INVALID_BLK) { in squashfs_fill_super()235 xattr_id_table_start, &msblk->xattr_table, &msblk->xattr_ids); in squashfs_fill_super()
268 __le64 xattr_id_table_start; member