Home
last modified time | relevance | path

Searched refs:squashfs_iget (Results 1 – 5 of 5) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs.h69 extern struct inode *squashfs_iget(struct super_block *, long long,
Dexport.c84 dentry = d_obtain_alias(squashfs_iget(sb, ino, ino_num)); in squashfs_export_iget()
Dnamei.c212 inode = squashfs_iget(dir->i_sb, ino, ino_num); in squashfs_lookup()
Dinode.c79 struct inode *squashfs_iget(struct super_block *sb, long long ino, in squashfs_iget() function
/external/squashfs-tools/kernel-2.4/fs/squashfs/
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() function
897 msblk->iget = squashfs_iget; in supported_squashfs_filesystem()