Lines Matching defs:ino
124 static char *inode_name(struct inode *ino, int extra) in inode_name()
132 static int read_name(struct inode *ino, char *name) in read_name()
207 static int hostfs_read_inode(struct inode *ino) in hostfs_read_inode()
352 unsigned long long next, ino; in hostfs_readdir() local
373 int hostfs_file_open(struct inode *ino, struct file *file) in hostfs_file_open()
641 struct dentry *hostfs_lookup(struct inode *ino, struct dentry *dentry, in hostfs_lookup()
682 static char *inode_dentry_name(struct inode *ino, struct dentry *dentry) in inode_dentry_name()
697 int hostfs_link(struct dentry *to, struct inode *ino, struct dentry *from) in hostfs_link()
715 int hostfs_unlink(struct inode *ino, struct dentry *dentry) in hostfs_unlink()
730 int hostfs_symlink(struct inode *ino, struct dentry *dentry, const char *to) in hostfs_symlink()
742 int hostfs_mkdir(struct inode *ino, struct dentry *dentry, int mode) in hostfs_mkdir()
754 int hostfs_rmdir(struct inode *ino, struct dentry *dentry) in hostfs_rmdir()
826 int hostfs_permission(struct inode *ino, int desired) in hostfs_permission()