/external/squashfs-tools/squashfs-tools/ |
D | squashfs_swap.h | 46 SWAP_FUNC(32, s, d, s_magic, struct squashfs_super_block);\ 47 SWAP_FUNC(32, s, d, inodes, struct squashfs_super_block);\ 48 SWAP_FUNC##S(32, s, d, mkfs_time, struct squashfs_super_block);\ 49 SWAP_FUNC(32, s, d, block_size, struct squashfs_super_block);\ 50 SWAP_FUNC(32, s, d, fragments, struct squashfs_super_block);\ 51 SWAP_FUNC(16, s, d, compression, struct squashfs_super_block);\ 52 SWAP_FUNC(16, s, d, block_log, struct squashfs_super_block);\ 53 SWAP_FUNC(16, s, d, flags, struct squashfs_super_block);\ 54 SWAP_FUNC(16, s, d, no_ids, struct squashfs_super_block);\ 55 SWAP_FUNC(16, s, d, s_major, struct squashfs_super_block);\ [all …]
|
D | xattr.h | 69 extern int get_xattrs(int, struct squashfs_super_block *); 76 extern int read_xattrs_from_disk(int, struct squashfs_super_block *); 80 static inline int get_xattrs(int fd, struct squashfs_super_block *sBlk) in get_xattrs() 118 static inline int read_xattrs_from_disk(int fd, struct squashfs_super_block *sBlk) in read_xattrs_from_disk()
|
D | read_fs.h | 26 extern struct compressor *read_super(int, struct squashfs_super_block *, 28 extern long long read_filesystem(char *, int, struct squashfs_super_block *,
|
D | read_fs.c | 122 struct squashfs_super_block *sBlk, union squashfs_inode_header in scan_inode_table() 496 struct compressor *read_super(int fd, struct squashfs_super_block *sBlk, char *source) in read_super() 501 res = read_fs_bytes(fd, SQUASHFS_START, sizeof(struct squashfs_super_block), in read_super() 626 unsigned int *last_directory_block, struct squashfs_super_block *sBlk, in squashfs_readdir() 699 unsigned int *read_id_table(int fd, struct squashfs_super_block *sBlk) in read_id_table() 750 int read_fragment_table(int fd, struct squashfs_super_block *sBlk, in read_fragment_table() 806 int read_inode_lookup_table(int fd, struct squashfs_super_block *sBlk, in read_inode_lookup_table() 856 long long read_filesystem(char *root_name, int fd, struct squashfs_super_block *sBlk, in read_filesystem()
|
D | unsquashfs.h | 71 struct squashfs_super_block s;
|
D | mksquashfs.c | 102 struct squashfs_super_block sBlk; 347 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad); 4989 void write_recovery_data(struct squashfs_super_block *sBlk) in write_recovery_data() 5026 if(write_bytes(recoverfd, sBlk, sizeof(struct squashfs_super_block)) == -1) in write_recovery_data() 5048 struct squashfs_super_block orig_sBlk, sBlk; in read_recovery_data() 5078 res = read_bytes(recoverfd, &sBlk, sizeof(struct squashfs_super_block)); in read_recovery_data() 5082 if(res < sizeof(struct squashfs_super_block)) in read_recovery_data() 5085 res = read_fs_bytes(fd, 0, sizeof(struct squashfs_super_block), &orig_sBlk); in read_recovery_data() 5092 sizeof(struct squashfs_super_block) - 4) != 0) in read_recovery_data() 5109 write_destination(fd, 0, sizeof(struct squashfs_super_block), &sBlk); in read_recovery_data() [all …]
|
D | xattr.c | 124 extern int read_xattrs_from_disk(int, struct squashfs_super_block *); 737 int get_xattrs(int fd, struct squashfs_super_block *sBlk) in get_xattrs()
|
D | read_xattrs.c | 151 int read_xattrs_from_disk(int fd, struct squashfs_super_block *sBlk) in read_xattrs_from_disk()
|
D | squashfs_fs.h | 281 struct squashfs_super_block { struct
|
D | unsquashfs.c | 1784 struct squashfs_super_block sBlk_4; in read_super() 1789 read_fs_bytes(fd, SQUASHFS_START, sizeof(struct squashfs_super_block), in read_super()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 62 struct squashfs_super_block *sblk = &msblk->sblk; in read_fragment_index_table_2() 137 struct squashfs_super_block *sblk = &msblk->sblk; in squashfs_new_inode() 163 struct squashfs_super_block *sblk = &msblk->sblk; in squashfs_iget_2() 432 struct squashfs_super_block *sblk = &msblk->sblk; in get_dir_index_using_offset() 481 struct squashfs_super_block *sblk = &msblk->sblk; in get_dir_index_using_name() 528 struct squashfs_super_block *sblk = &msblk->sblk; in squashfs_readdir_2() 635 struct squashfs_super_block *sblk = &msblk->sblk; in squashfs_lookup_2() 738 struct squashfs_super_block *sblk = &msblk->sblk; in squashfs_2_0_supported()
|
D | inode.c | 528 struct squashfs_super_block *sblk = &msblk->sblk; in squashfs_iget() 858 struct squashfs_super_block *sblk = &msblk->sblk; in read_fragment_index_table() 895 struct squashfs_super_block *sblk = &msblk->sblk; in supported_squashfs_filesystem() 934 struct squashfs_super_block *sblk = &msblk->sblk; in squashfs_read_super() 960 sizeof(struct squashfs_super_block) | in squashfs_read_super() 970 struct squashfs_super_block ssblk; in squashfs_read_super() 976 memcpy(sblk, &ssblk, sizeof(struct squashfs_super_block)); in squashfs_read_super() 1125 struct squashfs_super_block *sblk = &msblk->sblk; in squashfs_statfs() 1330 struct squashfs_super_block *sblk = &msblk->sblk; in get_meta_index() 1454 struct squashfs_super_block *sblk = &msblk->sblk; in squashfs_readpage() [all …]
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs_sb.h | 44 struct squashfs_super_block sblk;
|
D | squashfs_fs.h | 216 struct squashfs_super_block { struct 372 SQUASHFS_MEMSET(s, d, sizeof(struct squashfs_super_block));\
|
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs.h | 216 struct squashfs_super_block { struct
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | squashfs_fs.h | 217 struct squashfs_super_block { struct
|
D | super.c | 70 struct squashfs_super_block *sblk = NULL; in squashfs_fill_super()
|