Lines Matching refs:dentry

40 	const struct dentry *dentry;  member
137 int (*set_security)(struct super_block *, struct dentry *, struct nfs_mount_info *);
350 struct dentry *nfs_lookup(struct inode *, struct dentry *, unsigned int);
351 int nfs_create(struct inode *, struct dentry *, umode_t, bool);
352 int nfs_mkdir(struct inode *, struct dentry *, umode_t);
353 int nfs_rmdir(struct inode *, struct dentry *);
354 int nfs_unlink(struct inode *, struct dentry *);
355 int nfs_symlink(struct inode *, struct dentry *, const char *);
356 int nfs_link(struct dentry *, struct inode *, struct dentry *);
357 int nfs_mknod(struct inode *, struct dentry *, umode_t, dev_t);
358 int nfs_rename(struct inode *, struct dentry *, struct inode *, struct dentry *);
393 struct dentry *nfs_try_mount(int, const char *, struct nfs_mount_info *,
396 int nfs_set_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
397 int nfs_clone_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
398 struct dentry *nfs_fs_mount_common(struct nfs_server *, int, const char *,
400 struct dentry *nfs_fs_mount(struct file_system_type *, int, const char *, void *);
401 struct dentry * nfs_xdev_mount_common(struct file_system_type *, int,
415 extern char *nfs_path(char **p, struct dentry *dentry,
418 struct vfsmount *nfs_submount(struct nfs_server *, struct dentry *,
420 struct vfsmount *nfs_do_submount(struct dentry *, struct nfs_fh *,
424 extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *,
427 extern struct dentry *nfs4_get_root(struct super_block *, struct nfs_fh *,
444 int nfs_statfs(struct dentry *, struct kstatfs *);
445 int nfs_show_options(struct seq_file *, struct dentry *);
446 int nfs_show_devname(struct seq_file *, struct dentry *);
447 int nfs_show_path(struct seq_file *, struct dentry *);
448 int nfs_show_stats(struct seq_file *, struct dentry *);
510 struct dentry *old_dentry, struct dentry *new_dentry,
512 extern int nfs_sillyrename(struct inode *dir, struct dentry *dentry);
559 static inline char *nfs_devname(struct dentry *dentry, in nfs_devname() argument
563 return nfs_path(&dummy, dentry, buffer, buflen, NFS_PATH_CANONICAL); in nfs_devname()