Lines Matching refs:fsp
4853 nfsrpc_statfs(vnode_t vp, struct nfsstatfs *sbp, struct nfsfsinfo *fsp,
4881 NULL, NULL, sbp, fsp, NULL, 0, NULL, leasep, NULL,
5007 nfsrpc_fsinfo(vnode_t vp, struct nfsfsinfo *fsp, struct ucred *cred,
5024 fsp->fs_rtmax = fxdr_unsigned(u_int32_t, *tl++);
5025 fsp->fs_rtpref = fxdr_unsigned(u_int32_t, *tl++);
5026 fsp->fs_rtmult = fxdr_unsigned(u_int32_t, *tl++);
5027 fsp->fs_wtmax = fxdr_unsigned(u_int32_t, *tl++);
5028 fsp->fs_wtpref = fxdr_unsigned(u_int32_t, *tl++);
5029 fsp->fs_wtmult = fxdr_unsigned(u_int32_t, *tl++);
5030 fsp->fs_dtpref = fxdr_unsigned(u_int32_t, *tl++);
5031 fsp->fs_maxfilesize = fxdr_hyper(tl);
5033 fxdr_nfsv3time(tl, &fsp->fs_timedelta);
5035 fsp->fs_properties = fxdr_unsigned(u_int32_t, *tl);