Lines Matching defs:dentry
32 static int vfat_revalidate_shortname(struct dentry *dentry) in vfat_revalidate_shortname()
42 static int vfat_revalidate(struct dentry *dentry, unsigned int flags) in vfat_revalidate()
53 static int vfat_revalidate_ci(struct dentry *dentry, unsigned int flags) in vfat_revalidate_ci()
108 static int vfat_hash(const struct dentry *dentry, struct qstr *qstr) in vfat_hash()
120 static int vfat_hashi(const struct dentry *dentry, struct qstr *qstr) in vfat_hashi()
141 static int vfat_cmpi(const struct dentry *parent, const struct dentry *dentry, in vfat_cmpi()
160 static int vfat_cmp(const struct dentry *parent, const struct dentry *dentry, in vfat_cmp()
704 static int vfat_d_anon_disconn(struct dentry *dentry) in vfat_d_anon_disconn()
709 static struct dentry *vfat_lookup(struct inode *dir, struct dentry *dentry, in vfat_lookup()
769 static int vfat_create(struct inode *dir, struct dentry *dentry, umode_t mode, in vfat_create()
802 static int vfat_rmdir(struct inode *dir, struct dentry *dentry) in vfat_rmdir()
833 static int vfat_unlink(struct inode *dir, struct dentry *dentry) in vfat_unlink()
859 static int vfat_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) in vfat_mkdir()