HomeSort by: relevance | last modified time | path
    Searched defs:tsiz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/nfs/
nfs_serv.c 2688 int len, nlen, rem, xfer, tsiz, i, error = 0, getret = 1; local in function:nfsrv_readdir
2881 tsiz = be-bp;
2883 tsiz = xfer;
2884 memcpy(bp, cp, tsiz);
2885 bp += tsiz;
2886 xfer -= tsiz;
2888 cp += tsiz;
2953 int len, nlen, rem, xfer, tsiz, i, error = 0, getret = 1; local in function:nfsrv_readdirplus
3183 tsiz = be - bp;
3185 tsiz = xfer
    [all...]
nfs_vnops.c 1126 int error = 0, len, retlen, tsiz, eof __unused, byte_count; local in function:nfs_readrpc
1137 tsiz = uiop->uio_resid;
1138 if (uiop->uio_offset + tsiz > nmp->nm_maxfilesize)
1142 while (tsiz > 0) {
1144 len = (tsiz > nmp->nm_rsize) ? nmp->nm_rsize : tsiz;
1175 tsiz -= retlen;
1180 tsiz = 0;
1184 tsiz = 0;
1228 int error = 0, len, tsiz, wccflag = NFSV3_WCCRATTR local in function:nfs_writerpc
    [all...]
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 1410 int error = 0, len, retlen, tsiz, eof = 0; local in function:nfsrpc_readrpc
1418 tsiz = uio_uio_resid(uiop);
1419 tmp_off = uiop->uio_offset + tsiz;
1428 while (tsiz > 0) {
1430 len = (tsiz > rsize) ? rsize : tsiz;
1476 tsiz -= retlen;
1479 tsiz = 0;
1481 tsiz = 0;
1583 int error = 0, len, tsiz, rlen, commit, committed = NFSWRITE_FILESYNC local in function:nfsrpc_writerpc
    [all...]

Completed in 124 milliseconds