Home | History | Annotate | Download | only in client

Lines Matching refs:fsp

4047 nfsrpc_statfs(vnode_t vp, struct nfsstatfs *sbp, struct nfsfsinfo *fsp,
4072 NULL, NULL, sbp, fsp, NULL, 0, NULL, NULL, NULL, p,
4187 nfsrpc_fsinfo(vnode_t vp, struct nfsfsinfo *fsp, struct ucred *cred,
4204 fsp->fs_rtmax = fxdr_unsigned(u_int32_t, *tl++);
4205 fsp->fs_rtpref = fxdr_unsigned(u_int32_t, *tl++);
4206 fsp->fs_rtmult = fxdr_unsigned(u_int32_t, *tl++);
4207 fsp->fs_wtmax = fxdr_unsigned(u_int32_t, *tl++);
4208 fsp->fs_wtpref = fxdr_unsigned(u_int32_t, *tl++);
4209 fsp->fs_wtmult = fxdr_unsigned(u_int32_t, *tl++);
4210 fsp->fs_dtpref = fxdr_unsigned(u_int32_t, *tl++);
4211 fsp->fs_maxfilesize = fxdr_hyper(tl);
4213 fxdr_nfsv3time(tl, &fsp->fs_timedelta);
4215 fsp->fs_properties = fxdr_unsigned(u_int32_t, *tl);