• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/fs/nfsserver/

Lines Matching refs:seqid

344 		stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
351 stateid.seqid == 0xffffffff)
719 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
744 stp->ls_stateid.seqid != 0))
747 if (stp->ls_stateid.seqid == 0xffffffff &&
900 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
925 stp->ls_stateid.seqid != 0))
928 if (stp->ls_stateid.seqid == 0xffffffff &&
2320 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
2326 * For the special stateid of other all 0s and seqid == 1, set
2330 stp->ls_stateid.seqid == 1 &&
2336 stp->ls_stateid.seqid = 0;
2366 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
2372 * For the special stateid of other all 0s and seqid == 1, set
2376 stp->ls_stateid.seqid == 1 &&
2382 stp->ls_stateid.seqid = 0;
2445 * seqid# gets updated. nfsrv_lockctrl() will return the value
2461 *tl++ = txdr_unsigned(stateid.seqid);
2649 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
2655 * For the special stateid of other all 0s and seqid == 1, set the
2658 if ((nd->nd_flag & ND_NFSV41) != 0 && stp->ls_stateid.seqid == 1 &&
2663 stp->ls_stateid.seqid = 0;
2701 * seqid# gets incremented. nfsrv_lockctrl() will return the
2712 *tl++ = txdr_unsigned(stateid.seqid);
2919 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
3107 *tl++ = txdr_unsigned(stateid.seqid);
3154 *tl++ = txdr_unsigned(delegstateid.seqid);
3221 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
3226 * For the special stateid of other all 0s and seqid == 1, set the
3229 if ((nd->nd_flag & ND_NFSV41) != 0 && stp->ls_stateid.seqid == 1 &&
3271 *tl++ = txdr_unsigned(stateid.seqid);
3332 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
3396 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
3419 *tl++ = txdr_unsigned(stateid.seqid);
3451 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
3457 * For the special stateid of other all 0s and seqid == 1, set the
3460 if ((nd->nd_flag & ND_NFSV41) != 0 && stp->ls_stateid.seqid == 1 &&
3529 *tl++ = txdr_unsigned(stateid.seqid);
4449 stateid.seqid = fxdr_unsigned(uint32_t, *tl++);
4453 * For the special stateid of other all 0s and seqid == 1, set the
4456 if (stateid.seqid == 1 && stateid.other[0] == 0 &&
4460 stateid.seqid = 0;
4505 stateid.seqid = fxdr_unsigned(uint32_t, *tl++);
4520 * For the special stateid of other all 0s and seqid == 1, set the
4523 if (stateid.seqid == 1 && stateid.other[0] == 0 &&
4527 stateid.seqid = 0;
4557 *tl++ = txdr_unsigned(stateid.seqid);
4602 stateid.seqid = fxdr_unsigned(uint32_t, *tl++);
4606 * For the special stateid of other all 0s and seqid == 1, set the
4609 if (stateid.seqid == 1 && stateid.other[0] == 0 &&
4613 stateid.seqid = 0;
4691 stateid.seqid = fxdr_unsigned(uint32_t, *tl++);
4696 * For the special stateid of other all 0s and seqid == 1, set
4699 if (stateid.seqid == 1 && stateid.other[0] == 0 &&
4703 stateid.seqid = 0;
4735 *tl++ = txdr_unsigned(stateid.seqid);
4844 tstateidp->seqid = fxdr_unsigned(uint32_t, *tl++);