Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c2996 lyp->nfsly_stateid.seqid, 0, 0, NULL, in nfscl_renewthread()
3785 lyp->nfsly_stateid.other, in nfscl_docb()
3796 lyp->nfsly_stateid.seqid) in nfscl_docb()
3797 lyp->nfsly_stateid.seqid = in nfscl_docb()
3805 lyp->nfsly_stateid.seqid); in nfscl_docb()
3833 lyp->nfsly_stateid.seqid, in nfscl_docb()
3857 lyp->nfsly_stateid.seqid, in nfscl_docb()
5324 lyp->nfsly_stateid.seqid = stateidp->seqid; in nfscl_layout()
5325 lyp->nfsly_stateid.other[0] = stateidp->other[0]; in nfscl_layout()
5326 lyp->nfsly_stateid.other[1] = stateidp->other[1]; in nfscl_layout()
[all …]
H A Dnfs_clrpcops.c6066 stateid.seqid = lyp->nfsly_stateid.seqid; in nfsrpc_getlayout()
6067 stateid.other[0] = lyp->nfsly_stateid.other[0]; in nfsrpc_getlayout()
6068 stateid.other[1] = lyp->nfsly_stateid.other[1]; in nfsrpc_getlayout()
6069 stateid.other[2] = lyp->nfsly_stateid.other[2]; in nfsrpc_getlayout()
6597 &layp->nfsly_stateid, newcred, p, error, op, in nfscl_doiods()
8190 stateid.seqid = lyp->nfsly_stateid.seqid; in nfsrpc_getopenlayout()
8191 stateid.other[0] = lyp->nfsly_stateid.other[0]; in nfsrpc_getopenlayout()
8192 stateid.other[1] = lyp->nfsly_stateid.other[1]; in nfsrpc_getopenlayout()
8193 stateid.other[2] = lyp->nfsly_stateid.other[2]; in nfsrpc_getopenlayout()
/freebsd/sys/fs/nfs/
H A Dnfsclstate.h252 nfsv4stateid_t nfsly_stateid; member