Searched refs:sdirh (Results 1 – 4 of 4) sorted by relevance
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 548 struct squashfs_dir_header_2 sdirh; in squashfs_readdir_2() local 550 if (!squashfs_get_cached_block(i->i_sb, (char *) &sdirh, in squashfs_readdir_2() 551 next_block, next_offset, sizeof(sdirh), in squashfs_readdir_2() 555 length += sizeof(sdirh); in squashfs_readdir_2() 556 SQUASHFS_SWAP_DIR_HEADER_2(&dirh, &sdirh); in squashfs_readdir_2() 659 struct squashfs_dir_header_2 sdirh; in squashfs_lookup_2() local 660 if (!squashfs_get_cached_block(i->i_sb, (char *) &sdirh, in squashfs_lookup_2() 661 next_block, next_offset, sizeof(sdirh), in squashfs_lookup_2() 665 length += sizeof(sdirh); in squashfs_lookup_2() 666 SQUASHFS_SWAP_DIR_HEADER_2(&dirh, &sdirh); in squashfs_lookup_2()
|
D | inode.c | 1784 struct squashfs_dir_header sdirh; in squashfs_readdir() local 1786 if (!squashfs_get_cached_block(i->i_sb, (char *) &sdirh, in squashfs_readdir() 1787 next_block, next_offset, sizeof(sdirh), in squashfs_readdir() 1791 length += sizeof(sdirh); in squashfs_readdir() 1792 SQUASHFS_SWAP_DIR_HEADER(&dirh, &sdirh); in squashfs_readdir() 1895 struct squashfs_dir_header sdirh; in squashfs_lookup() local 1896 if (!squashfs_get_cached_block(i->i_sb, (char *) &sdirh, in squashfs_lookup() 1897 next_block, next_offset, sizeof(sdirh), in squashfs_lookup() 1901 length += sizeof(sdirh); in squashfs_lookup() 1902 SQUASHFS_SWAP_DIR_HEADER(&dirh, &sdirh); in squashfs_lookup()
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquash-1.c | 255 squashfs_dir_header_2 sdirh; in squashfs_opendir_1() local 256 memcpy(&sdirh, directory_table + bytes, sizeof(sdirh)); in squashfs_opendir_1() 257 SQUASHFS_SWAP_DIR_HEADER_2(&dirh, &sdirh); in squashfs_opendir_1()
|
D | unsquash-3.c | 333 squashfs_dir_header_3 sdirh; in squashfs_opendir_3() local 334 memcpy(&sdirh, directory_table + bytes, sizeof(sdirh)); in squashfs_opendir_3() 335 SQUASHFS_SWAP_DIR_HEADER_3(&dirh, &sdirh); in squashfs_opendir_3()
|