/external/squashfs-tools/squashfs-tools/ |
read_fs.h | 32 unsigned int *, void (push_directory_entry)(char *, squashfs_inode, int, int), 33 struct squashfs_fragment_entry **, squashfs_inode **);
|
squashfs_fs.h | 155 #define SQUASHFS_MKINODE(A, B) ((squashfs_inode)(((squashfs_inode) (A)\ 183 #define SQUASHFS_LOOKUP_BYTES(A) ((A) * sizeof(squashfs_inode)) 273 typedef long long squashfs_inode; typedef 293 squashfs_inode root_inode;
|
mksquashfs.h | 65 squashfs_inode inode;
|
sort.c | 61 extern void write_file(squashfs_inode *inode, struct dir_ent *dir_ent, 342 squashfs_inode inode;
|
read_fs.c | 627 void (push_directory_entry)(char *, squashfs_inode, int, int)) 807 squashfs_inode **inode_lookup_table) 866 void (push_directory_entry)(char *, squashfs_inode, int, int), 868 squashfs_inode **inode_lookup_table)
|
mksquashfs.c | 150 squashfs_inode *inode_lookup_table = NULL; 308 void add_old_root_entry(char *name, squashfs_inode inode, int inode_number, 321 void dir_scan7(squashfs_inode *inode, struct dir_info *dir_info); 383 #define MKINODE(A) ((squashfs_inode)(((squashfs_inode) inode_bytes << 16) \ 884 int create_inode(squashfs_inode *i_no, struct dir_info *dir_info, 1170 void add_dir(squashfs_inode inode, unsigned int inode_number, char *name, [all...] |
squashfs_compat.h | 54 squashfs_inode root_inode;
|
/external/squashfs-tools/kernel/fs/squashfs/ |
squashfs_fs.h | 350 union squashfs_inode { union
|
inode.c | 113 union squashfs_inode squashfs_ino;
|
/external/squashfs-tools/kernel/include/linux/ |
squashfs_fs.h | 349 union squashfs_inode { union
|