Home
last modified time | relevance | path

Searched refs:SQUASHFS_START (Results 1 – 9 of 9) sorted by relevance

/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h30 #define SQUASHFS_START 0 macro
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs.h30 #define SQUASHFS_START 0 macro
Dsuper.c114 err = squashfs_read_table(sb, sblk, SQUASHFS_START, sizeof(*sblk)); in squashfs_fill_super()
/external/squashfs-tools/squashfs-tools/
Dsquashfs_fs.h32 #define SQUASHFS_START 0 macro
Dread_fs.c501 res = read_fs_bytes(fd, SQUASHFS_START, sizeof(struct squashfs_super_block), in read_super()
Dunsquashfs.c1789 read_fs_bytes(fd, SQUASHFS_START, sizeof(struct squashfs_super_block), in read_super()
1815 read_fs_bytes(fd, SQUASHFS_START, sizeof(squashfs_super_block_3), in read_super()
Dmksquashfs.c3397 write_destination(fd, SQUASHFS_START, 4, "\0\0\0\0"); in dir_scan()
5150 write_destination(fd, SQUASHFS_START, sizeof(*sBlk), sBlk); in write_filesystem_tables()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h47 #define SQUASHFS_START 0 macro
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c959 if (!squashfs_read_data(s, (char *) sblk, SQUASHFS_START, in squashfs_read_super()