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

  /src/sys/fs/nfs/common/
nfsclstate.h 185 u_int32_t nfso_opencnt; member in struct:nfsclopen
  /src/sys/fs/nfs/client/
nfs_clstate.c 371 nop->nfso_opencnt = 0;
712 if (error && candelete && op->nfso_opencnt == 0)
1617 top->nfso_opencnt += op->nfso_opencnt;
2106 nop->nfso_opencnt = 0;
2809 op->nfso_stateid.other[2], op->nfso_opencnt,
2845 op->nfso_stateid.other[2], op->nfso_opencnt,
3024 if (notdecr && op->nfso_opencnt > 0) {
3026 op->nfso_opencnt--;
3040 if (notdecr && op->nfso_opencnt > 0)
    [all...]
nfs_clrpcops.c 346 * nfso_opencnt is the count of how many VOP_OPEN()s have
353 op->nfso_opencnt++;

Completed in 58 milliseconds