Lines Matching defs:ino
124 static char *inode_name(struct inode *ino) in inode_name()
275 unsigned long long next, ino; in hostfs_readdir() local
297 static int hostfs_open(struct inode *ino, struct file *file) in hostfs_open()
510 static int read_name(struct inode *ino, char *name) in read_name()
597 static struct dentry *hostfs_lookup(struct inode *ino, struct dentry *dentry, in hostfs_lookup()
622 static int hostfs_link(struct dentry *to, struct inode *ino, in hostfs_link()
641 static int hostfs_unlink(struct inode *ino, struct dentry *dentry) in hostfs_unlink()
657 static int hostfs_symlink(struct inode *ino, struct dentry *dentry, in hostfs_symlink()
670 static int hostfs_mkdir(struct inode *ino, struct dentry *dentry, umode_t mode) in hostfs_mkdir()
682 static int hostfs_rmdir(struct inode *ino, struct dentry *dentry) in hostfs_rmdir()
760 static int hostfs_permission(struct inode *ino, int desired) in hostfs_permission()