Lines Matching defs:ino
126 static char *inode_name(struct inode *ino) in inode_name()
276 unsigned long long next, ino; in hostfs_readdir() local
298 static int hostfs_open(struct inode *ino, struct file *file) in hostfs_open()
512 static int read_name(struct inode *ino, char *name) in read_name()
599 static struct dentry *hostfs_lookup(struct inode *ino, struct dentry *dentry, in hostfs_lookup()
624 static int hostfs_link(struct dentry *to, struct inode *ino, in hostfs_link()
643 static int hostfs_unlink(struct inode *ino, struct dentry *dentry) in hostfs_unlink()
659 static int hostfs_symlink(struct user_namespace *mnt_userns, struct inode *ino, in hostfs_symlink()
672 static int hostfs_mkdir(struct user_namespace *mnt_userns, struct inode *ino, in hostfs_mkdir()
685 static int hostfs_rmdir(struct inode *ino, struct dentry *dentry) in hostfs_rmdir()
765 struct inode *ino, int desired) in hostfs_permission()