Home | Sort by: relevance | last modified time | path |
/src/sys/fs/nfs/client/ | |
nfs_clcomsubs.c | 59 int opcnt; member in struct:__anon9a1659890108 138 int opcnt; local in function:nfscl_reqstart 171 opcnt = nfsv4_opmap[procnum].opcnt + 174 opcnt += nfsv4_opflag[nfsv4_opmap[procnum].op].needsseq; 180 opcnt = 1; 185 * a DS, the opcnt == 3, for Sequence, PutFH, 188 opcnt = 3; 202 *tl = txdr_unsigned(opcnt); |
/src/sys/fs/nfs/common/ | |
nfs_commonkrpc.c | 487 int i = 0, j = 0, opcnt, set_sigset = 0, slot; local in function:newnfs_request 834 opcnt = fxdr_unsigned(int, *tl++); 872 if (opcnt > 1) { |