• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/fs/nfsclient/

Lines Matching refs:other

14  *    documentation and/or other materials provided with the distribution.
64 * Posix pid. In other words, there is only one Posix pid using
406 nop->nfso_stateid.other[0] = 0;
407 nop->nfso_stateid.other[1] = 0;
408 nop->nfso_stateid.other[2] = 0;
530 stateidp->other[0] = 0;
531 stateidp->other[1] = 0;
532 stateidp->other[2] = 0;
561 stateidp->other[0] = dp->nfsdl_stateid.other[0];
562 stateidp->other[1] = dp->nfsdl_stateid.other[1];
563 stateidp->other[2] = dp->nfsdl_stateid.other[2];
597 stateidp->other[0] =
598 lp->nfsl_stateid.other[0];
599 stateidp->other[1] =
600 lp->nfsl_stateid.other[1];
601 stateidp->other[2] =
602 lp->nfsl_stateid.other[2];
648 stateidp->other[0] = op->nfso_stateid.other[0];
649 stateidp->other[1] = op->nfso_stateid.other[1];
650 stateidp->other[2] = op->nfso_stateid.other[2];
1946 * Then, other threads that acquire "m" after step 4 has occurred will
1947 * see MNTK_UNMOUNTF as set. But, other threads that beat thread X to
2267 nop->nfso_stateid.other[0] = 0;
2268 nop->nfso_stateid.other[1] = 0;
2269 nop->nfso_stateid.other[2] = 0;
3013 op->nfso_stateid.other[0], op->nfso_stateid.other[1],
3014 op->nfso_stateid.other[2], op->nfso_opencnt,
3022 lp->nfsl_stateid.other[0], lp->nfsl_stateid.other[1],
3023 lp->nfsl_stateid.other[2]);
3049 op->nfso_stateid.other[0], op->nfso_stateid.other[1],
3050 op->nfso_stateid.other[2], op->nfso_opencnt,
3058 lp->nfsl_stateid.other[0], lp->nfsl_stateid.other[1],
3059 lp->nfsl_stateid.other[2]);
3124 (op->nfso_stateid.other[0] != 0 ||
3125 op->nfso_stateid.other[1] != 0 ||
3126 op->nfso_stateid.other[2] != 0) &&
3127 op->nfso_stateid.other[0] == op2->nfso_stateid.other[0] &&
3128 op->nfso_stateid.other[1] == op2->nfso_stateid.other[1] &&
3129 op->nfso_stateid.other[2] == op2->nfso_stateid.other[2]) {
3537 NFSBCOPY((caddr_t)tl, (caddr_t)stateid.other,
3596 NFSBCOPY(tl, stateid.other, NFSX_STATEIDOTHER);
3618 !NFSBCMP(stateid.other,
3619 lyp->nfsly_stateid.other,
4982 lyp->nfsly_stateid.other[0] = stateidp->other[0];
4983 lyp->nfsly_stateid.other[1] = stateidp->other[1];
4984 lyp->nfsly_stateid.other[2] = stateidp->other[2];
5159 * If NFSCLDS_SAMECONN is set, the connection is shared with other DSs and
5505 NFSBCOPY(lyp->nfsly_stateid.other, stateid.other, NFSX_STATEIDOTHER);