Lines Matching refs:sfp
1423 struct nfsv3_fsinfo *sfp;
1435 sfp = (struct nfsv3_fsinfo *)dp;
1436 TCHECK(*sfp);
1438 EXTRACT_32BITS(&sfp->fs_rtmax),
1439 EXTRACT_32BITS(&sfp->fs_rtpref),
1440 EXTRACT_32BITS(&sfp->fs_wtmax),
1441 EXTRACT_32BITS(&sfp->fs_wtpref),
1442 EXTRACT_32BITS(&sfp->fs_dtpref));
1445 EXTRACT_32BITS(&sfp->fs_rtmult),
1446 EXTRACT_32BITS(&sfp->fs_wtmult),
1447 EXTRACT_64BITS((u_int32_t *)&sfp->fs_maxfilesize));
1449 EXTRACT_32BITS(&sfp->fs_timedelta.nfsv3_sec),
1450 EXTRACT_32BITS(&sfp->fs_timedelta.nfsv3_nsec));