Lines Matching defs:ino
124 static char *inode_name(struct inode *ino) in inode_name()
274 unsigned long long next, ino; in hostfs_readdir() local
296 static int hostfs_open(struct inode *ino, struct file *file) in hostfs_open()
509 static int read_name(struct inode *ino, char *name) in read_name()
596 static struct dentry *hostfs_lookup(struct inode *ino, struct dentry *dentry, in hostfs_lookup()
621 static int hostfs_link(struct dentry *to, struct inode *ino, in hostfs_link()
640 static int hostfs_unlink(struct inode *ino, struct dentry *dentry) in hostfs_unlink()
656 static int hostfs_symlink(struct inode *ino, struct dentry *dentry, in hostfs_symlink()
669 static int hostfs_mkdir(struct inode *ino, struct dentry *dentry, umode_t mode) in hostfs_mkdir()
681 static int hostfs_rmdir(struct inode *ino, struct dentry *dentry) in hostfs_rmdir()
759 static int hostfs_permission(struct inode *ino, int desired) in hostfs_permission()