Lines Matching refs:dentry

40 	const struct dentry *dentry;  member
137 int (*set_security)(struct super_block *, struct dentry *, struct nfs_mount_info *);
333 struct dentry *nfs_lookup(struct inode *, struct dentry *, unsigned int);
334 int nfs_create(struct inode *, struct dentry *, umode_t, bool);
335 int nfs_mkdir(struct inode *, struct dentry *, umode_t);
336 int nfs_rmdir(struct inode *, struct dentry *);
337 int nfs_unlink(struct inode *, struct dentry *);
338 int nfs_symlink(struct inode *, struct dentry *, const char *);
339 int nfs_link(struct dentry *, struct inode *, struct dentry *);
340 int nfs_mknod(struct inode *, struct dentry *, umode_t, dev_t);
341 int nfs_rename(struct inode *, struct dentry *, struct inode *, struct dentry *);
377 struct dentry *nfs_try_mount(int, const char *, struct nfs_mount_info *,
380 int nfs_set_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
381 int nfs_clone_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
382 struct dentry *nfs_fs_mount_common(struct nfs_server *, int, const char *,
384 struct dentry *nfs_fs_mount(struct file_system_type *, int, const char *, void *);
385 struct dentry * nfs_xdev_mount_common(struct file_system_type *, int,
399 extern char *nfs_path(char **p, struct dentry *dentry,
402 struct vfsmount *nfs_submount(struct nfs_server *, struct dentry *,
404 struct vfsmount *nfs_do_submount(struct dentry *, struct nfs_fh *,
408 extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *,
411 extern struct dentry *nfs4_get_root(struct super_block *, struct nfs_fh *,
428 int nfs_statfs(struct dentry *, struct kstatfs *);
429 int nfs_show_options(struct seq_file *, struct dentry *);
430 int nfs_show_devname(struct seq_file *, struct dentry *);
431 int nfs_show_path(struct seq_file *, struct dentry *);
432 int nfs_show_stats(struct seq_file *, struct dentry *);
491 struct dentry *old_dentry, struct dentry *new_dentry,
493 extern int nfs_sillyrename(struct inode *dir, struct dentry *dentry);
540 static inline char *nfs_devname(struct dentry *dentry, in nfs_devname() argument
544 return nfs_path(&dummy, dentry, buffer, buflen, NFS_PATH_CANONICAL); in nfs_devname()