Searched refs:squashfs_iget (Results 1 – 5 of 5) sorted by relevance
/external/squashfs-tools/kernel/fs/squashfs/ |
D | squashfs.h | 69 extern struct inode *squashfs_iget(struct super_block *, long long,
|
D | export.c | 84 dentry = d_obtain_alias(squashfs_iget(sb, ino, ino_num)); in squashfs_export_iget()
|
D | namei.c | 212 inode = squashfs_iget(dir->i_sb, ino, ino_num); in squashfs_lookup()
|
D | inode.c | 79 struct inode *squashfs_iget(struct super_block *sb, long long ino, in squashfs_iget() function
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 51 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()
|