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
190 static int hostfs_statfs(struct dentry *dentry, struct kstatfs *sf) in hostfs_statfs()
557 static int hostfs_create(struct inode *dir, struct dentry *dentry, umode_t mode, in hostfs_create()
596 static struct dentry *hostfs_lookup(struct inode *ino, struct dentry *dentry, in hostfs_lookup()
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()
693 static int hostfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) in hostfs_mknod()
785 static int hostfs_setattr(struct dentry *dentry, struct iattr *attr) in hostfs_setattr()
875 static const char *hostfs_get_link(struct dentry *dentry, in hostfs_get_link()