HomeSort by relevance Sort by last modified time
    Searched refs:fragment_table_start (Results 1 - 17 of 17) sorted by null

  /external/squashfs-tools/kernel/fs/squashfs/
fragment.c 76 u64 fragment_table_start, unsigned int fragments)
89 err = squashfs_read_table(sb, fragment_index, fragment_table_start,
super.c 185 TRACE("sblk->fragment_table_start %llx\n",
186 (u64) le64_to_cpu(sblk->fragment_table_start));
230 le64_to_cpu(sblk->fragment_table_start), fragments);
squashfs_fs.h 235 __le64 fragment_table_start; member in struct:squashfs_super_block
  /external/squashfs-tools/squashfs-tools/
unsquash-2.c 52 sBlk.s.fragment_table_start);
55 *directory_table_end = sBlk.s.fragment_table_start;
67 res = read_fs_bytes(fd, sBlk.s.fragment_table_start,
78 res = read_fs_bytes(fd, sBlk.s.fragment_table_start,
unsquash-3.c 39 sBlk.s.fragment_table_start);
42 *directory_table_end = sBlk.s.fragment_table_start;
54 res = read_fs_bytes(fd, sBlk.s.fragment_table_start,
65 res = read_fs_bytes(fd, sBlk.s.fragment_table_start,
unsquash-4.c 40 sBlk.s.fragment_table_start);
43 *directory_table_end = sBlk.s.fragment_table_start;
52 res = read_fs_bytes(fd, sBlk.s.fragment_table_start,
squashfs_fs.h 299 long long fragment_table_start; member in struct:squashfs_super_block
unsquash-1.c 52 *directory_table_end = sBlk.s.fragment_table_start;
read_fs.c 612 TRACE("sBlk->fragment_table_start %llx\n", sBlk->fragment_table_start);
760 sBlk->fragment_table_start);
769 res = read_fs_bytes(fd, sBlk->fragment_table_start,
squashfs_compat.h 63 long long fragment_table_start; member in struct:squashfs_super_block_3
262 SQUASHFS_SWAP((s)->fragment_table_start, d, 824, 64);\
unsquashfs.c     [all...]
squashfs_swap.h 63 SWAP_FUNC(64, s, d, fragment_table_start, struct squashfs_super_block);\
mksquashfs.c     [all...]
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 234 __le64 fragment_table_start; member in struct:squashfs_super_block
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 73 sblk->fragment_table_start,
748 sblk->fragment_table_start = sblk->fragment_table_start_2;
inode.c 869 sblk->fragment_table_start,
1009 TRACE("sblk->fragment_table_start %llx\n",
1010 sblk->fragment_table_start);
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 241 long long fragment_table_start; member in struct:squashfs_super_block
397 SQUASHFS_SWAP((s)->fragment_table_start, d, 824, 64);\

Completed in 510 milliseconds