Home
last modified time | relevance | path

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

/linux-2.6.39/fs/squashfs/
Dsuper.c86 u64 lookup_table_start, xattr_id_table_start; in squashfs_fill_super() local
268 xattr_id_table_start = le64_to_cpu(sblk->xattr_id_table_start); in squashfs_fill_super()
269 if (xattr_id_table_start == SQUASHFS_INVALID_BLK) in squashfs_fill_super()
274 xattr_id_table_start, &msblk->xattr_table, &msblk->xattr_ids); in squashfs_fill_super()
Dsquashfs_fs.h262 __le64 xattr_id_table_start; member