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

  /src/sys/fs/nfs/client/
nfs_clstate.c 376 nop->nfso_stateid.seqid = 0;
377 nop->nfso_stateid.other[0] = 0;
378 nop->nfso_stateid.other[1] = 0;
379 nop->nfso_stateid.other[2] = 0;
599 stateidp->seqid = op->nfso_stateid.seqid;
600 stateidp->other[0] = op->nfso_stateid.other[0];
601 stateidp->other[1] = op->nfso_stateid.other[1];
602 stateidp->other[2] = op->nfso_stateid.other[2];
2111 nop->nfso_stateid.seqid = 0;
2112 nop->nfso_stateid.other[0] = 0
    [all...]
nfs_clrpcops.c 440 op->nfso_stateid.seqid = *tl++;
441 op->nfso_stateid.other[0] = *tl++;
442 op->nfso_stateid.other[1] = *tl++;
443 op->nfso_stateid.other[2] = *tl;
591 *tl++ = op->nfso_stateid.seqid;
592 *tl++ = op->nfso_stateid.other[0];
593 *tl++ = op->nfso_stateid.other[1];
594 *tl++ = op->nfso_stateid.other[2];
604 op->nfso_stateid.seqid = *tl++;
605 op->nfso_stateid.other[0] = *tl++
    [all...]
  /src/sys/fs/nfs/common/
nfsclstate.h 181 nfsv4stateid_t nfso_stateid; member in struct:nfsclopen

Completed in 14 milliseconds