Lines Matching refs:fsp
813 struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp,
874 if (fsp != NULL) {
875 fsp->fs_rtmax = 8192;
876 fsp->fs_rtpref = 8192;
877 fsp->fs_maxname = NFS_MAXNAMLEN;
878 fsp->fs_wtmax = 8192;
879 fsp->fs_wtpref = 8192;
880 fsp->fs_wtmult = NFS_FABLKSIZE;
881 fsp->fs_dtpref = 8192;
882 fsp->fs_maxfilesize = 0xffffffffffffffffull;
883 fsp->fs_timedelta.tv_sec = 0;
884 fsp->fs_timedelta.tv_nsec = 1;
885 fsp->fs_properties = (NFSV3_FSFLINK | NFSV3_FSFSYMLINK |
983 if (fsp->fs_properties & NFSV3_FSFLINK) {
991 } else if (fsp != NULL) {
993 fsp->fs_properties |= NFSV3_FSFLINK;
995 fsp->fs_properties &= ~NFSV3_FSFLINK;
1003 if (fsp->fs_properties & NFSV3_FSFSYMLINK) {
1011 } else if (fsp != NULL) {
1013 fsp->fs_properties |= NFSV3_FSFSYMLINK;
1015 fsp->fs_properties &= ~NFSV3_FSFSYMLINK;
1134 if (fsp->fs_properties & NFSV3_FSFCANSETTIME) {
1142 } else if (fsp != NULL) {
1144 fsp->fs_properties |= NFSV3_FSFCANSETTIME;
1146 fsp->fs_properties &= ~NFSV3_FSFCANSETTIME;
1292 if (fsp->fs_properties &
1301 } else if (fsp != NULL) {
1303 fsp->fs_properties |= NFSV3_FSFHOMOGENEOUS;
1305 fsp->fs_properties &= ~NFSV3_FSFHOMOGENEOUS;
1318 } else if (fsp != NULL) {
1319 fsp->fs_maxfilesize = tnfsquad.qval;
1339 if (fsp->fs_maxname !=
1354 if (fsp != NULL)
1355 fsp->fs_maxname = tuint;
1365 if (fsp->fs_rtmax != fxdr_unsigned(u_int32_t,
1369 } else if (fsp != NULL) {
1370 fsp->fs_rtmax = fxdr_unsigned(u_int32_t, *++tl);
1371 fsp->fs_rtpref = fsp->fs_rtmax;
1372 fsp->fs_dtpref = fsp->fs_rtpref;
1380 if (fsp->fs_wtmax != fxdr_unsigned(u_int32_t,
1384 } else if (fsp != NULL) {
1385 fsp->fs_wtmax = fxdr_unsigned(int, *++tl);
1386 fsp->fs_wtpref = fsp->fs_wtmax;
1691 if (fsp != NULL) {
1694 if ((u_int32_t)fsp->fs_timedelta.tv_sec !=
1696 (u_int32_t)fsp->fs_timedelta.tv_nsec !=
1703 fxdr_nfsv4time(tl, &fsp->fs_timedelta);