Lines Matching defs:ino
124 static char *inode_name(struct inode *ino) in inode_name()
283 unsigned long long next, ino; in hostfs_readdir() local
305 static int hostfs_open(struct inode *ino, struct file *file) in hostfs_open()
518 static int read_name(struct inode *ino, char *name) in read_name()
605 static struct dentry *hostfs_lookup(struct inode *ino, struct dentry *dentry, in hostfs_lookup()
642 static int hostfs_link(struct dentry *to, struct inode *ino, in hostfs_link()
661 static int hostfs_unlink(struct inode *ino, struct dentry *dentry) in hostfs_unlink()
677 static int hostfs_symlink(struct inode *ino, struct dentry *dentry, in hostfs_symlink()
690 static int hostfs_mkdir(struct inode *ino, struct dentry *dentry, umode_t mode) in hostfs_mkdir()
702 static int hostfs_rmdir(struct inode *ino, struct dentry *dentry) in hostfs_rmdir()
780 static int hostfs_permission(struct inode *ino, int desired) in hostfs_permission()