Lines Matching defs:fsp

1207     struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp,
1265 if (fsp != NULL) {
1266 fsp->fs_rtmax = 8192;
1267 fsp->fs_rtpref = 8192;
1268 fsp->fs_maxname = NFS_MAXNAMLEN;
1269 fsp->fs_wtmax = 8192;
1270 fsp->fs_wtpref = 8192;
1271 fsp->fs_wtmult = NFS_FABLKSIZE;
1272 fsp->fs_dtpref = 8192;
1273 fsp->fs_maxfilesize = 0xffffffffffffffffull;
1274 fsp->fs_timedelta.tv_sec = 0;
1275 fsp->fs_timedelta.tv_nsec = 1;
1276 fsp->fs_properties = (NFSV3_FSFLINK | NFSV3_FSFSYMLINK |
1382 if (fsp->fs_properties & NFSV3_FSFLINK) {
1390 } else if (fsp != NULL) {
1392 fsp->fs_properties |= NFSV3_FSFLINK;
1394 fsp->fs_properties &= ~NFSV3_FSFLINK;
1402 if (fsp->fs_properties & NFSV3_FSFSYMLINK) {
1410 } else if (fsp != NULL) {
1412 fsp->fs_properties |= NFSV3_FSFSYMLINK;
1414 fsp->fs_properties &= ~NFSV3_FSFSYMLINK;
1533 if (fsp->fs_properties & NFSV3_FSFCANSETTIME) {
1541 } else if (fsp != NULL) {
1543 fsp->fs_properties |= NFSV3_FSFCANSETTIME;
1545 fsp->fs_properties &= ~NFSV3_FSFCANSETTIME;
1682 if (fsp->fs_properties &
1691 } else if (fsp != NULL) {
1693 fsp->fs_properties |= NFSV3_FSFHOMOGENEOUS;
1695 fsp->fs_properties &= ~NFSV3_FSFHOMOGENEOUS;
1708 } else if (fsp != NULL) {
1709 fsp->fs_maxfilesize = tnfsquad.qval;
1729 if (fsp->fs_maxname !=
1744 if (fsp != NULL)
1745 fsp->fs_maxname = tuint;
1755 if (fsp->fs_rtmax != fxdr_unsigned(u_int32_t,
1759 } else if (fsp != NULL) {
1760 fsp->fs_rtmax = fxdr_unsigned(u_int32_t, *++tl);
1761 fsp->fs_rtpref = fsp->fs_rtmax;
1762 fsp->fs_dtpref = fsp->fs_rtpref;
1770 if (fsp->fs_wtmax != fxdr_unsigned(u_int32_t,
1774 } else if (fsp != NULL) {
1775 fsp->fs_wtmax = fxdr_unsigned(int, *++tl);
1776 fsp->fs_wtpref = fsp->fs_wtmax;
2088 if (fsp != NULL) {
2091 if ((u_int32_t)fsp->fs_timedelta.tv_sec !=
2093 (u_int32_t)fsp->fs_timedelta.tv_nsec !=
2100 fxdr_nfsv4time(tl, &fsp->fs_timedelta);