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

  /src/sys/fs/nfs/common/
nfsclstate.h 236 nfsv4stateid_t nfsly_stateid; member in struct:nfscllayout
  /src/sys/fs/nfs/client/
nfs_clstate.c 2682 lyp->nfsly_stateid.seqid, recallp);
3367 lyp->nfsly_stateid.other,
3407 lyp->nfsly_stateid.seqid,
3430 lyp->nfsly_stateid.seqid,
4728 lyp->nfsly_stateid.seqid = stateidp->seqid;
4729 lyp->nfsly_stateid.other[0] = stateidp->other[0];
4730 lyp->nfsly_stateid.other[1] = stateidp->other[1];
4731 lyp->nfsly_stateid.other[2] = stateidp->other[2];
4764 lyp->nfsly_stateid.seqid = stateidp->seqid;
5137 NFSBCOPY(lyp->nfsly_stateid.other, stateid.other, NFSX_STATEIDOTHER)
    [all...]
nfs_clrpcops.c 5188 stateid.seqid = lyp->nfsly_stateid.seqid;
5189 stateid.other[0] = lyp->nfsly_stateid.other[0];
5190 stateid.other[1] = lyp->nfsly_stateid.other[1];
5191 stateid.other[2] = lyp->nfsly_stateid.other[2];

Completed in 19 milliseconds