Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/fs/nfsclient/
HDnfs_clstate.c2988 lyp->nfsly_stateid.seqid, 0, 0, NULL, in nfscl_renewthread()
3777 lyp->nfsly_stateid.other, in nfscl_docb()
3788 lyp->nfsly_stateid.seqid) in nfscl_docb()
3789 lyp->nfsly_stateid.seqid = in nfscl_docb()
3797 lyp->nfsly_stateid.seqid); in nfscl_docb()
3825 lyp->nfsly_stateid.seqid, in nfscl_docb()
3849 lyp->nfsly_stateid.seqid, in nfscl_docb()
5233 lyp->nfsly_stateid.seqid = stateidp->seqid; in nfscl_layout()
5234 lyp->nfsly_stateid.other[0] = stateidp->other[0]; in nfscl_layout()
5235 lyp->nfsly_stateid.other[1] = stateidp->other[1]; in nfscl_layout()
[all …]
HDnfs_clrpcops.c5757 stateid.seqid = lyp->nfsly_stateid.seqid; in nfsrpc_getlayout()
5758 stateid.other[0] = lyp->nfsly_stateid.other[0]; in nfsrpc_getlayout()
5759 stateid.other[1] = lyp->nfsly_stateid.other[1]; in nfsrpc_getlayout()
5760 stateid.other[2] = lyp->nfsly_stateid.other[2]; in nfsrpc_getlayout()
6248 &layp->nfsly_stateid, newcred, p, error, op, in nfscl_doiods()
7842 stateid.seqid = lyp->nfsly_stateid.seqid; in nfsrpc_getopenlayout()
7843 stateid.other[0] = lyp->nfsly_stateid.other[0]; in nfsrpc_getopenlayout()
7844 stateid.other[1] = lyp->nfsly_stateid.other[1]; in nfsrpc_getopenlayout()
7845 stateid.other[2] = lyp->nfsly_stateid.other[2]; in nfsrpc_getopenlayout()
/freebsd-13-stable/sys/fs/nfs/
HDnfsclstate.h248 nfsv4stateid_t nfsly_stateid; member