Searched refs:SQUASHFS_START (Results 1 – 9 of 9) sorted by relevance
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs.h | 30 #define SQUASHFS_START 0 macro
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | squashfs_fs.h | 30 #define SQUASHFS_START 0 macro
|
D | super.c | 114 err = squashfs_read_table(sb, sblk, SQUASHFS_START, sizeof(*sblk)); in squashfs_fill_super()
|
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_fs.h | 32 #define SQUASHFS_START 0 macro
|
D | read_fs.c | 501 res = read_fs_bytes(fd, SQUASHFS_START, sizeof(struct squashfs_super_block), in read_super()
|
D | unsquashfs.c | 1789 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()
|
D | mksquashfs.c | 3354 write_destination(fd, SQUASHFS_START, 4, "\0\0\0\0"); in dir_scan() 5107 write_destination(fd, SQUASHFS_START, sizeof(*sBlk), sBlk); in write_filesystem_tables()
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 47 #define SQUASHFS_START 0 macro
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 959 if (!squashfs_read_data(s, (char *) sblk, SQUASHFS_START, in squashfs_read_super()
|