Home | History | Annotate | Download | only in squashfs

Lines Matching refs:sdirh

548 			struct squashfs_dir_header_2 sdirh;
550 if (!squashfs_get_cached_block(i->i_sb, (char *) &sdirh,
551 next_block, next_offset, sizeof(sdirh),
555 length += sizeof(sdirh);
556 sdirh);
659 struct squashfs_dir_header_2 sdirh;
660 if (!squashfs_get_cached_block(i->i_sb, (char *) &sdirh,
661 next_block, next_offset, sizeof(sdirh),
665 length += sizeof(sdirh);
666 SQUASHFS_SWAP_DIR_HEADER_2(&dirh, &sdirh);