Lines Matching defs:dentry
84 static char *__dentry_name(struct dentry *dentry, char *name) in __dentry_name()
115 static char *dentry_name(struct dentry *dentry) in dentry_name()
126 struct dentry *dentry; in inode_name() local
193 static int hostfs_statfs(struct dentry *dentry, struct kstatfs *sf) in hostfs_statfs()
566 static int hostfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in hostfs_create()
605 static struct dentry *hostfs_lookup(struct inode *ino, struct dentry *dentry, in hostfs_lookup()
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()
714 static int hostfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) in hostfs_mknod()
806 static int hostfs_setattr(struct dentry *dentry, struct iattr *attr) in hostfs_setattr()
893 static const char *hostfs_follow_link(struct dentry *dentry, void **cookie) in hostfs_follow_link()