Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/nfs/common/
Dnfsclstate.h236 nfsv4stateid_t nfsly_stateid; member
/netbsd/src/sys/fs/nfs/client/
Dnfs_clstate.c2682 lyp->nfsly_stateid.seqid, recallp); in nfscl_renewthread()
3367 lyp->nfsly_stateid.other, in nfscl_docb()
3407 lyp->nfsly_stateid.seqid, in nfscl_docb()
3430 lyp->nfsly_stateid.seqid, in nfscl_docb()
4728 lyp->nfsly_stateid.seqid = stateidp->seqid; in nfscl_layout()
4729 lyp->nfsly_stateid.other[0] = stateidp->other[0]; in nfscl_layout()
4730 lyp->nfsly_stateid.other[1] = stateidp->other[1]; in nfscl_layout()
4731 lyp->nfsly_stateid.other[2] = stateidp->other[2]; in nfscl_layout()
4764 lyp->nfsly_stateid.seqid = stateidp->seqid; in nfscl_layout()
5137 NFSBCOPY(lyp->nfsly_stateid.other, stateid.other, NFSX_STATEIDOTHER); in nfscl_layoutreturn()
[all …]
Dnfs_clrpcops.c5188 stateid.seqid = lyp->nfsly_stateid.seqid; in nfsrpc_getlayout()
5189 stateid.other[0] = lyp->nfsly_stateid.other[0]; in nfsrpc_getlayout()
5190 stateid.other[1] = lyp->nfsly_stateid.other[1]; in nfsrpc_getlayout()
5191 stateid.other[2] = lyp->nfsly_stateid.other[2]; in nfsrpc_getlayout()