Home
last modified time | relevance | path

Searched refs:fragment_table_start (Results 1 – 17 of 17) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
Dfragment.c76 u64 fragment_table_start, unsigned int fragments) in squashfs_read_fragment_index_table() argument
89 err = squashfs_read_table(sb, fragment_index, fragment_table_start, in squashfs_read_fragment_index_table()
Dsuper.c186 (u64) le64_to_cpu(sblk->fragment_table_start)); in squashfs_fill_super()
230 le64_to_cpu(sblk->fragment_table_start), fragments); in squashfs_fill_super()
Dsquashfs_fs.h235 __le64 fragment_table_start; member
/external/squashfs-tools/squashfs-tools/
Dunsquash-2.c52 sBlk.s.fragment_table_start); in read_fragment_table_2()
55 *directory_table_end = sBlk.s.fragment_table_start; in read_fragment_table_2()
67 res = read_fs_bytes(fd, sBlk.s.fragment_table_start, in read_fragment_table_2()
78 res = read_fs_bytes(fd, sBlk.s.fragment_table_start, in read_fragment_table_2()
Dunsquash-3.c39 sBlk.s.fragment_table_start); in read_fragment_table_3()
42 *directory_table_end = sBlk.s.fragment_table_start; in read_fragment_table_3()
54 res = read_fs_bytes(fd, sBlk.s.fragment_table_start, in read_fragment_table_3()
65 res = read_fs_bytes(fd, sBlk.s.fragment_table_start, in read_fragment_table_3()
Dunsquash-4.c40 sBlk.s.fragment_table_start); in read_fragment_table_4()
43 *directory_table_end = sBlk.s.fragment_table_start; in read_fragment_table_4()
52 res = read_fs_bytes(fd, sBlk.s.fragment_table_start, in read_fragment_table_4()
Dread_fs.c612 TRACE("sBlk->fragment_table_start %llx\n", sBlk->fragment_table_start); in read_super()
760 sBlk->fragment_table_start); in read_fragment_table()
769 res = read_fs_bytes(fd, sBlk->fragment_table_start, in read_fragment_table()
Dsquashfs_fs.h299 long long fragment_table_start; member
Dsquashfs_compat.h63 long long fragment_table_start; member
262 SQUASHFS_SWAP((s)->fragment_table_start, d, 824, 64);\
Dunsquashfs.c1728 sBlk.s.fragment_table_start); in squashfs_stat()
1850 sBlk.s.fragment_table_start = sBlk_3.fragment_table_start; in read_super()
1868 sBlk.s.fragment_table_start = sBlk.uid_start; in read_super()
1875 sBlk.s.fragment_table_start = in read_super()
Dunsquash-1.c52 *directory_table_end = sBlk.s.fragment_table_start; in read_fragment_table_1()
Dsquashfs_swap.h63 SWAP_FUNC(64, s, d, fragment_table_start, struct squashfs_super_block);\
Dmksquashfs.c5131 sBlk->fragment_table_start = write_fragment_table(); in write_filesystem_tables()
5140 TRACE("sBlk->fragment_table_start 0x%llx\n", sBlk->fragment_table_start); in write_filesystem_tables()
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h234 __le64 fragment_table_start; member
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs2_0.c73 sblk->fragment_table_start, in read_fragment_index_table_2()
748 sblk->fragment_table_start = sblk->fragment_table_start_2; in squashfs_2_0_supported()
Dinode.c869 sblk->fragment_table_start, in read_fragment_index_table()
1010 sblk->fragment_table_start); in squashfs_read_super()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h241 long long fragment_table_start; member
397 SQUASHFS_SWAP((s)->fragment_table_start, d, 824, 64);\