Searched refs:nfs_path (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | namespace.c | 50 char *nfs_path(char **p, struct dentry *dentry, char *buffer, ssize_t buflen, in nfs_path() function 125 EXPORT_SYMBOL_GPL(nfs_path);
|
D | internal.h | 415 extern char *nfs_path(char **p, struct dentry *dentry, 563 return nfs_path(&dummy, dentry, buffer, buflen, NFS_PATH_CANONICAL); in nfs_devname()
|
D | nfs4namespace.c | 86 char *path = nfs_path(&limit, dentry, buffer, buflen, in nfs4_path()
|
D | super.c | 787 devname = nfs_path(&dummy, root, page, PAGE_SIZE, 0); in nfs_show_devname()
|