Searched refs:curdspath (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/pnfsdscopymr/
H A Dpnfsdscopymr.c89 pnfsdarg.dspath = pnfsdarg.curdspath = NULL;
97 pnfsdarg.curdspath = optarg;
126 if (pnfsdarg.dspath != NULL && pnfsdarg.curdspath != NULL &&
127 strcmp(pnfsdarg.dspath, pnfsdarg.curdspath) == 0)
222 /* For "-m", the pnfsdarg.curdspath must be in the list. */
223 if (pnfsdarg.curdspath != NULL) {
224 /* Check pnfsdarg.curdspath to see that it's an NFS mount. */
225 if (stat(pnfsdarg.curdspath, &sb) < 0)
226 errx(1, "Can't stat %s", pnfsdarg.curdspath);
228 errx(1, "%s is not a directory", pnfsdarg.curdspath);
[all...]
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs.h205 char *curdspath; /* Path of current DS mounted on dir. */ member in struct:nfsd_pnfsd_args
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3559 if (error == 0 && pnfsdarg.curdspath != NULL) {
3561 error = copyinstr(pnfsdarg.curdspath, cp3,
3563 NFSD_DEBUG(4, "pnfsdcopymr cp curdspath=%d\n",

Completed in 68 milliseconds