Searched refs:directory_table_start (Results 1 – 15 of 15) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 610 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()
|
D | unsquashfs.c | 1724 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()
|
D | squashfs_fs.h | 298 long long directory_table_start; member
|
D | squashfs_compat.h | 62 long long directory_table_start; member 261 SQUASHFS_SWAP((s)->directory_table_start, d, 760, 64);\
|
D | unsquash-1.c | 244 start = sBlk.s.directory_table_start + (*i)->start; in squashfs_opendir_1()
|
D | unsquash-3.c | 321 start = sBlk.s.directory_table_start + (*i)->start; in squashfs_opendir_3()
|
D | unsquash-4.c | 290 start = sBlk.s.directory_table_start + (*i)->start; in squashfs_opendir_4()
|
D | squashfs_swap.h | 62 SWAP_FUNC(64, s, d, directory_table_start, struct squashfs_super_block);\
|
D | mksquashfs.c | 5130 sBlk->directory_table_start = write_directories(); in write_filesystem_tables() 5139 sBlk->directory_table_start); in write_filesystem_tables()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 464 *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()
|
D | inode.c | 1007 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/kernel/include/linux/ |
D | squashfs_fs.h | 233 __le64 directory_table_start; member
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | squashfs_fs.h | 234 __le64 directory_table_start; member
|
D | super.c | 169 msblk->directory_table = le64_to_cpu(sblk->directory_table_start); in squashfs_fill_super()
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 240 long long directory_table_start; member 396 SQUASHFS_SWAP((s)->directory_table_start, d, 760, 64);\
|