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

  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 958 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid;
959 ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid.other[0];
960 ldumpp[cnt].ndlck_stateid.other[1] = stp->ls_stateid.other[1];
961 ldumpp[cnt].ndlck_stateid.other[2] = stp->ls_stateid.other[2];
992 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid;
993 ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid.other[0];
994 ldumpp[cnt].ndlck_stateid.other[1] = stp->ls_stateid.other[1];
995 ldumpp[cnt].ndlck_stateid.other[2] = stp->ls_stateid.other[2];
1021 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid;
1022 ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid.other[0]
    [all...]
nfs_nfsdserv.c 680 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
681 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
682 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
694 stp->ls_stateid.other[2] = *tl++;
835 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
836 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
837 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
849 stp->ls_stateid.other[2] = *tl++;
2231 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
2232 NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid.other
    [all...]
  /src/sys/fs/nfs/common/
nfsrvstate.h 173 nfsv4stateid_t ls_stateid; /* The state id */ member in struct:nfsstate

Completed in 15 milliseconds