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

  /src/sys/fs/nfs/common/
nfsrvstate.h 174 u_int32_t ls_seq; /* seq id */ member in struct:nfsstate
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 1715 error = nfsrv_checkseqid(nd, new_stp->ls_seq,
1739 error = nfsrv_checkseqid(nd, new_stp->ls_seq,
2189 new_stp->ls_seq = new_stp->ls_opentolockseq;
2296 error = nfsrv_checkseqid(nd, new_stp->ls_seq, ownerstp,
2979 ownerstp->ls_seq = new_stp->ls_seq;
3270 error = nfsrv_checkseqid(nd, new_stp->ls_seq,
3818 if ((stp->ls_seq + 1) == seqid) {
3823 stp->ls_seq = seqid;
3825 } else if (stp->ls_seq == seqid && stp->ls_op &
    [all...]
nfs_nfsdserv.c 2230 stp->ls_seq = fxdr_unsigned(int, *tl++);
2262 stp->ls_seq = fxdr_unsigned(int, *tl);
2516 stp->ls_seq = fxdr_unsigned(int, *tl++);
2616 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++);
3032 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++);
3182 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl);
3236 stp->ls_seq = fxdr_unsigned(u_int32_t, *tl++);

Completed in 18 milliseconds