Home
last modified time | relevance | path

Searched refs:sdirh (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs2_0.c548 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()
Dinode.c1784 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/
Dunsquash-1.c255 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()
Dunsquash-3.c333 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()