Home
last modified time | relevance | path

Searched refs:directory_table_start (Results 1 – 15 of 15) sorted by relevance

/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs2_0.c464 *next_block = index.start_block + sblk->directory_table_start; in get_dir_index_using_offset()
516 *next_block = index->start_block + sblk->directory_table_start; in get_dir_index_using_name()
530 sblk->directory_table_start; in squashfs_readdir_2()
637 sblk->directory_table_start; in squashfs_lookup_2()
747 sblk->directory_table_start = sblk->directory_table_start_2; in squashfs_2_0_supported()
Dinode.c1007 TRACE("sblk->directory_table_start %llx\n", sblk->directory_table_start); in squashfs_read_super()
1673 *next_block = index.start_block + sblk->directory_table_start; in get_dir_index_using_offset()
1725 *next_block = index->start_block + sblk->directory_table_start; in get_dir_index_using_name()
1739 sblk->directory_table_start; in squashfs_readdir()
1874 sblk->directory_table_start; in squashfs_lookup()
/external/squashfs-tools/squashfs-tools/
Dread_fs.c610 sBlk->directory_table_start); in read_super()
635 long long start = sBlk->directory_table_start + directory_start_block, in squashfs_readdir()
694 sBlk->directory_table_start; in squashfs_readdir()
872 long long end = sBlk->directory_table_start; in read_filesystem()
946 res = read_fs_bytes(fd, sBlk->directory_table_start, in read_filesystem()
Dunsquashfs.c1724 sBlk.s.directory_table_start); in squashfs_stat()
1849 sBlk.s.directory_table_start = sBlk_3.directory_table_start; in read_super()
1864 sBlk.s.directory_table_start = sBlk_3.directory_table_start_2; in read_super()
2773 sBlk.s.directory_table_start) == FALSE) in main()
2776 if(read_directory_table(sBlk.s.directory_table_start, in main()
Dsquashfs_fs.h298 long long directory_table_start; member
Dsquashfs_compat.h62 long long directory_table_start; member
261 SQUASHFS_SWAP((s)->directory_table_start, d, 760, 64);\
Dunsquash-1.c244 start = sBlk.s.directory_table_start + (*i)->start; in squashfs_opendir_1()
Dunsquash-4.c290 start = sBlk.s.directory_table_start + (*i)->start; in squashfs_opendir_4()
Dunsquash-3.c321 start = sBlk.s.directory_table_start + (*i)->start; in squashfs_opendir_3()
Dsquashfs_swap.h62 SWAP_FUNC(64, s, d, directory_table_start, struct squashfs_super_block);\
Dmksquashfs.c5087 sBlk->directory_table_start = write_directories(); in write_filesystem_tables()
5096 sBlk->directory_table_start); in write_filesystem_tables()
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h233 __le64 directory_table_start; member
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs.h234 __le64 directory_table_start; member
Dsuper.c169 msblk->directory_table = le64_to_cpu(sblk->directory_table_start); in squashfs_fill_super()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h240 long long directory_table_start; member
396 SQUASHFS_SWAP((s)->directory_table_start, d, 760, 64);\