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

/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1661 static __inline void nfscl_printoptval(struct nfsmount *nmp, int optval, function
1726 nfscl_printoptval(nmp, nmp->nm_acdirmin, ",acdirmin", &buf, &blen);
1727 nfscl_printoptval(nmp, nmp->nm_acdirmax, ",acdirmax", &buf, &blen);
1728 nfscl_printoptval(nmp, nmp->nm_acregmin, ",acregmin", &buf, &blen);
1729 nfscl_printoptval(nmp, nmp->nm_acregmax, ",acregmax", &buf, &blen);
1730 nfscl_printoptval(nmp, nmp->nm_nametimeo, ",nametimeo", &buf, &blen);
1731 nfscl_printoptval(nmp, nmp->nm_negnametimeo, ",negnametimeo", &buf,
1733 nfscl_printoptval(nmp, nmp->nm_rsize, ",rsize", &buf, &blen);
1734 nfscl_printoptval(nmp, nmp->nm_wsize, ",wsize", &buf, &blen);
1735 nfscl_printoptval(nm
[all...]

Completed in 155 milliseconds