Home
last modified time | relevance | path

Searched refs:svc_fill_symlink_pathname (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsvc.h457 char *svc_fill_symlink_pathname(struct svc_rqst *rqstp,
/linux/net/sunrpc/
H A Dsvc.c1757 * svc_fill_symlink_pathname - Construct pathname argument for VFS symlink call
1767 char *svc_fill_symlink_pathname(struct svc_rqst *rqstp, struct kvec *first, in svc_fill_symlink_pathname() function
1804 EXPORT_SYMBOL_GPL(svc_fill_symlink_pathname);
/linux/fs/nfsd/
H A Dnfsproc.c514 argp->tname = svc_fill_symlink_pathname(rqstp, &argp->first, in nfsd_proc_symlink()
H A Dnfs3proc.c440 argp->tname = svc_fill_symlink_pathname(rqstp, &argp->first, in nfsd3_proc_symlink()