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

/freebsd-11-stable/sbin/umount/
H A Dumount.c347 struct nfscl_dumpmntopts dumpmntopts; local
395 dumpmntopts.ndmnt_fname = sfs->f_mntonname;
396 dumpmntopts.ndmnt_buf = buf;
397 dumpmntopts.ndmnt_blen = sizeof(buf);
398 if (nfssvc(NFSSVC_DUMPMNTOPTS, &dumpmntopts) >= 0) {
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clport.c1315 struct nfscl_dumpmntopts dumpmntopts; local
1354 error = copyin(uap->argp, &dumpmntopts, sizeof(dumpmntopts));
1355 if (error == 0 && (dumpmntopts.ndmnt_blen < 256 ||
1356 dumpmntopts.ndmnt_blen > 1024))
1360 dumpmntopts.ndmnt_fname, td);
1367 buf = malloc(dumpmntopts.ndmnt_blen, M_TEMP, M_WAITOK);
1369 dumpmntopts.ndmnt_blen);
1371 error = copyout(buf, dumpmntopts.ndmnt_buf,
1372 dumpmntopts
[all...]
/freebsd-11-stable/usr.bin/nfsstat/
H A Dnfsstat.c155 struct nfscl_dumpmntopts dumpmntopts; local
169 dumpmntopts.ndmnt_fname =
171 dumpmntopts.ndmnt_buf = buf;
172 dumpmntopts.ndmnt_blen = sizeof(buf);
174 &dumpmntopts) >= 0)

Completed in 120 milliseconds