Lines Matching defs:dentry
408 struct dentry *dentry = NULL; in nfs_do_filldir() local
529 struct dentry *dentry = filp->f_path.dentry; in nfs_readdir() local
610 struct dentry *dentry = filp->f_path.dentry; in nfs_llseek_dir() local
642 static int nfs_fsync_dir(struct file *filp, struct dentry *dentry, int datasync) in nfs_fsync_dir()
672 static int nfs_check_verifier(struct inode *dir, struct dentry *dentry) in nfs_check_verifier()
753 int nfs_neg_need_reval(struct inode *dir, struct dentry *dentry, in nfs_neg_need_reval()
775 static int nfs_lookup_revalidate(struct dentry * dentry, struct nameidata *nd) in nfs_lookup_revalidate()
854 static int nfs_dentry_delete(struct dentry *dentry) in nfs_dentry_delete()
889 static void nfs_dentry_iput(struct dentry *dentry, struct inode *inode) in nfs_dentry_iput()
908 static struct dentry *nfs_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd) in nfs_lookup()
994 static struct dentry *nfs_atomic_lookup(struct inode *dir, struct dentry *dentry, struct nameidata … in nfs_atomic_lookup()
1047 static int nfs_open_revalidate(struct dentry *dentry, struct nameidata *nd) in nfs_open_revalidate()
1100 struct dentry *dentry, *alias; in nfs_readdir_lookup() local
1173 int nfs_instantiate(struct dentry *dentry, struct nfs_fh *fhandle, in nfs_instantiate()
1218 static int nfs_create(struct inode *dir, struct dentry *dentry, int mode, in nfs_create()
1247 nfs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev) in nfs_mknod()
1273 static int nfs_mkdir(struct inode *dir, struct dentry *dentry, int mode) in nfs_mkdir()
1293 static void nfs_dentry_handle_enoent(struct dentry *dentry) in nfs_dentry_handle_enoent()
1299 static int nfs_rmdir(struct inode *dir, struct dentry *dentry) in nfs_rmdir()
1316 static int nfs_sillyrename(struct inode *dir, struct dentry *dentry) in nfs_sillyrename()
1393 static int nfs_safe_remove(struct dentry *dentry) in nfs_safe_remove()
1428 static int nfs_unlink(struct inode *dir, struct dentry *dentry) in nfs_unlink()
1475 static int nfs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) in nfs_symlink()
1531 nfs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in nfs_link()
1578 struct dentry *dentry = NULL, *rehash = NULL; in nfs_rename() local