Lines Matching defs:dentry
96 static char *__dentry_name(struct dentry *dentry, char *name) in __dentry_name()
114 static char *dentry_name(struct dentry *dentry) in dentry_name()
125 struct dentry *dentry; in inode_name() local
181 static int hostfs_statfs(struct dentry *dentry, struct kstatfs *sf) in hostfs_statfs()
596 struct dentry *dentry, umode_t mode, bool excl) in hostfs_create()
623 static struct dentry *hostfs_lookup(struct inode *ino, struct dentry *dentry, in hostfs_lookup()
660 static int hostfs_unlink(struct inode *ino, struct dentry *dentry) in hostfs_unlink()
677 struct dentry *dentry, const char *to) in hostfs_symlink()
690 struct dentry *dentry, umode_t mode) in hostfs_mkdir()
710 static int hostfs_rmdir(struct inode *ino, struct dentry *dentry) in hostfs_rmdir()
723 struct dentry *dentry, umode_t mode, dev_t dev) in hostfs_mknod()
805 struct dentry *dentry, struct iattr *attr) in hostfs_setattr()
895 static const char *hostfs_get_link(struct dentry *dentry, in hostfs_get_link()