Home
last modified time | relevance | path

Searched refs:nfso_stateid (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/fs/nfsclient/
HDnfs_clstate.c374 nop->nfso_stateid.seqid = 0; in nfscl_newopen()
375 nop->nfso_stateid.other[0] = 0; in nfscl_newopen()
376 nop->nfso_stateid.other[1] = 0; in nfscl_newopen()
377 nop->nfso_stateid.other[2] = 0; in nfscl_newopen()
597 stateidp->seqid = op->nfso_stateid.seqid; in nfscl_getstateid()
598 stateidp->other[0] = op->nfso_stateid.other[0]; in nfscl_getstateid()
599 stateidp->other[1] = op->nfso_stateid.other[1]; in nfscl_getstateid()
600 stateidp->other[2] = op->nfso_stateid.other[2]; in nfscl_getstateid()
2109 nop->nfso_stateid.seqid = 0; in nfscl_recover()
2110 nop->nfso_stateid.other[0] = 0; in nfscl_recover()
[all …]
HDnfs_clrpcops.c436 op->nfso_stateid.seqid = *tl++; in nfsrpc_openrpc()
437 op->nfso_stateid.other[0] = *tl++; in nfsrpc_openrpc()
438 op->nfso_stateid.other[1] = *tl++; in nfsrpc_openrpc()
439 op->nfso_stateid.other[2] = *tl; in nfsrpc_openrpc()
587 *tl++ = op->nfso_stateid.seqid; in nfsrpc_opendowngrade()
588 *tl++ = op->nfso_stateid.other[0]; in nfsrpc_opendowngrade()
589 *tl++ = op->nfso_stateid.other[1]; in nfsrpc_opendowngrade()
590 *tl++ = op->nfso_stateid.other[2]; in nfsrpc_opendowngrade()
600 op->nfso_stateid.seqid = *tl++; in nfsrpc_opendowngrade()
601 op->nfso_stateid.other[0] = *tl++; in nfsrpc_opendowngrade()
[all …]
/NextBSD/sys/fs/nfs/
HDnfsclstate.h179 nfsv4stateid_t nfso_stateid; member