HomeSort by relevance Sort by last modified time
    Searched refs:squashfs_super_block (Results 1 - 18 of 18) sorted by null

  /external/squashfs-tools/squashfs-tools/
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 *,
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)
118 static inline int read_xattrs_from_disk(int fd, struct squashfs_super_block *sBlk)
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...]
read_fs.c 122 struct squashfs_super_block *sBlk, union squashfs_inode_header
496 struct compressor *read_super(int fd, struct squashfs_super_block *sBlk, char *source)
501 res = read_fs_bytes(fd, SQUASHFS_START, sizeof(struct squashfs_super_block),
626 unsigned int *last_directory_block, struct squashfs_super_block *sBlk,
699 unsigned int *read_id_table(int fd, struct squashfs_super_block *sBlk)
750 int read_fragment_table(int fd, struct squashfs_super_block *sBlk,
806 int read_inode_lookup_table(int fd, struct squashfs_super_block *sBlk,
856 long long read_filesystem(char *root_name, int fd, struct squashfs_super_block *sBlk,
unsquashfs.h 71 struct squashfs_super_block s;
read_xattrs.c 151 int read_xattrs_from_disk(int fd, struct squashfs_super_block *sBlk)
squashfs_fs.h 281 struct squashfs_super_block { struct
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)
mksquashfs.c 102 struct squashfs_super_block sBlk;
335 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad);
    [all...]
unsquashfs.c     [all...]
  /system/extras/squashfs_utils/
squashfs_utils.c 38 return sizeof(struct squashfs_super_block);
43 const struct squashfs_super_block *sb =
44 (const struct squashfs_super_block *)buf;
63 struct squashfs_super_block sb;
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h 44 struct squashfs_super_block sblk;
squashfs_fs.h 216 struct squashfs_super_block { struct
372 SQUASHFS_MEMSET(s, d, sizeof(struct squashfs_super_block));\
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 62 struct squashfs_super_block *sblk = &msblk->sblk;
137 struct squashfs_super_block *sblk = &msblk->sblk;
163 struct squashfs_super_block *sblk = &msblk->sblk;
432 struct squashfs_super_block *sblk = &msblk->sblk;
481 struct squashfs_super_block *sblk = &msblk->sblk;
528 struct squashfs_super_block *sblk = &msblk->sblk;
635 struct squashfs_super_block *sblk = &msblk->sblk;
738 struct squashfs_super_block *sblk = &msblk->sblk;
inode.c 528 struct squashfs_super_block *sblk = &msblk->sblk;
858 struct squashfs_super_block *sblk = &msblk->sblk;
895 struct squashfs_super_block *sblk = &msblk->sblk;
934 struct squashfs_super_block *sblk = &msblk->sblk;
960 sizeof(struct squashfs_super_block) |
970 struct squashfs_super_block ssblk;
976 memcpy(sblk, &ssblk, sizeof(struct squashfs_super_block));
1125 struct squashfs_super_block *sblk = &msblk->sblk;
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs.h 217 struct squashfs_super_block { struct
super.c 70 struct squashfs_super_block *sblk = NULL;
97 ERROR("Failed to allocate squashfs_super_block\n");
117 ERROR("unable to read squashfs_super_block\n");
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 216 struct squashfs_super_block { struct

Completed in 153 milliseconds