Home
last modified time | relevance | path

Searched refs:squashfs_inode_t (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs_sb.h69 struct inode *(*iget)(struct super_block *s, squashfs_inode_t
Dsquashfs_fs.h148 #define SQUASHFS_MKINODE(A, B) ((squashfs_inode_t)(((squashfs_inode_t) (A)\
214 typedef long long squashfs_inode_t; typedef
232 squashfs_inode_t root_inode;
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs2_0.c159 static struct inode *squashfs_iget_2(struct super_block *s, squashfs_inode_t inode) in squashfs_iget_2()
710 squashfs_inode_t ino = in squashfs_lookup_2()
Dinode.c51 static struct inode *squashfs_iget(struct super_block *s, squashfs_inode_t inode);
524 static struct inode *squashfs_iget(struct super_block *s, squashfs_inode_t inode) in squashfs_iget()
1946 squashfs_inode_t ino = in squashfs_lookup()