Home
last modified time | relevance | path

Searched refs:id_table_start (Results 1 – 10 of 10) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
Did.c71 u64 id_table_start, unsigned short no_ids) in squashfs_read_id_index_table() argument
86 err = squashfs_read_table(sb, id_table, id_table_start, length); in squashfs_read_id_index_table()
Dsuper.c188 (u64) le64_to_cpu(sblk->id_table_start)); in squashfs_fill_super()
210 le64_to_cpu(sblk->id_table_start), le16_to_cpu(sblk->no_ids)); in squashfs_fill_super()
Dsquashfs_fs.h231 __le64 id_table_start; member
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h230 __le64 id_table_start; member
/external/squashfs-tools/squashfs-tools/
Dsquashfs_fs.h295 long long id_table_start; member
Dread_fs.c611 TRACE("sBlk->id_table_start %llx\n", sBlk->id_table_start); in read_super()
711 res = read_fs_bytes(fd, sBlk->id_table_start, in read_id_table()
Dunsquash-4.c369 res = read_fs_bytes(fd, sBlk.s.id_table_start, in read_uids_guids_4()
Dsquashfs_swap.h59 SWAP_FUNC(64, s, d, id_table_start, struct squashfs_super_block);\
Dunsquashfs.c1735 TRACE("sBlk.s.id_table_start 0x%llx\n", sBlk.s.id_table_start); in squashfs_stat()
Dmksquashfs.c5134 sBlk->id_table_start = write_id_table(); in write_filesystem_tables()