Home
last modified time | relevance | path

Searched refs:lay_stateid (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c6675 if (error == 0 && (stateidp->other[0] != lyp->lay_stateid.other[0] || in nfsrv_layoutget()
6676 stateidp->other[1] != lyp->lay_stateid.other[1] || in nfsrv_layoutget()
6677 stateidp->other[2] != lyp->lay_stateid.other[2])) { in nfsrv_layoutget()
6716 if (++lyp->lay_stateid.seqid == 0) in nfsrv_layoutget()
6717 lyp->lay_stateid.seqid = 1; in nfsrv_layoutget()
6718 stateidp->seqid = lyp->lay_stateid.seqid; in nfsrv_layoutget()
6983 if (++lyp->lay_stateid.seqid == 0) in nfsrv_flexmirrordel()
6984 lyp->lay_stateid.seqid = 1; in nfsrv_flexmirrordel()
6985 nfsrv_recalllayout(lyp->lay_clientid, &lyp->lay_stateid, in nfsrv_flexmirrordel()
7056 if (++lyp->lay_stateid.seqid == 0) in nfsrv_recalloldlayout()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h134 nfsv4stateid_t lay_stateid; member