Home
last modified time | relevance | path

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

/trueos/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.c429 op->nfso_stateid.seqid = *tl++; in nfsrpc_openrpc()
430 op->nfso_stateid.other[0] = *tl++; in nfsrpc_openrpc()
431 op->nfso_stateid.other[1] = *tl++; in nfsrpc_openrpc()
432 op->nfso_stateid.other[2] = *tl; in nfsrpc_openrpc()
578 *tl++ = op->nfso_stateid.seqid; in nfsrpc_opendowngrade()
579 *tl++ = op->nfso_stateid.other[0]; in nfsrpc_opendowngrade()
580 *tl++ = op->nfso_stateid.other[1]; in nfsrpc_opendowngrade()
581 *tl++ = op->nfso_stateid.other[2]; in nfsrpc_opendowngrade()
591 op->nfso_stateid.seqid = *tl++; in nfsrpc_opendowngrade()
592 op->nfso_stateid.other[0] = *tl++; in nfsrpc_opendowngrade()
[all …]
/trueos/sys/fs/nfs/
HDnfsclstate.h179 nfsv4stateid_t nfso_stateid; member