Searched refs:fragment_table_start (Results 1 – 17 of 17) sorted by relevance
/external/squashfs-tools/kernel/fs/squashfs/ |
D | fragment.c | 76 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()
|
D | super.c | 186 (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()
|
D | squashfs_fs.h | 235 __le64 fragment_table_start; member
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquash-2.c | 52 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()
|
D | unsquash-3.c | 39 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()
|
D | unsquash-4.c | 40 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()
|
D | read_fs.c | 612 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()
|
D | squashfs_fs.h | 299 long long fragment_table_start; member
|
D | squashfs_compat.h | 63 long long fragment_table_start; member 262 SQUASHFS_SWAP((s)->fragment_table_start, d, 824, 64);\
|
D | unsquashfs.c | 1728 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()
|
D | unsquash-1.c | 52 *directory_table_end = sBlk.s.fragment_table_start; in read_fragment_table_1()
|
D | squashfs_swap.h | 63 SWAP_FUNC(64, s, d, fragment_table_start, struct squashfs_super_block);\
|
D | mksquashfs.c | 5132 sBlk->fragment_table_start = write_fragment_table(); in write_filesystem_tables() 5141 TRACE("sBlk->fragment_table_start 0x%llx\n", sBlk->fragment_table_start); in write_filesystem_tables()
|
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs.h | 234 __le64 fragment_table_start; member
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 73 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()
|
D | inode.c | 869 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/ |
D | squashfs_fs.h | 241 long long fragment_table_start; member 397 SQUASHFS_SWAP((s)->fragment_table_start, d, 824, 64);\
|