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.c6857 if (error == 0 && (stateidp->other[0] != lyp->lay_stateid.other[0] || in nfsrv_layoutget()
6858 stateidp->other[1] != lyp->lay_stateid.other[1] || in nfsrv_layoutget()
6859 stateidp->other[2] != lyp->lay_stateid.other[2])) { in nfsrv_layoutget()
6898 if (++lyp->lay_stateid.seqid == 0) in nfsrv_layoutget()
6899 lyp->lay_stateid.seqid = 1; in nfsrv_layoutget()
6900 stateidp->seqid = lyp->lay_stateid.seqid; in nfsrv_layoutget()
7165 if (++lyp->lay_stateid.seqid == 0) in nfsrv_flexmirrordel()
7166 lyp->lay_stateid.seqid = 1; in nfsrv_flexmirrordel()
7167 nfsrv_recalllayout(lyp->lay_clientid, &lyp->lay_stateid, in nfsrv_flexmirrordel()
7238 if (++lyp->lay_stateid.seqid == 0) in nfsrv_recalloldlayout()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h134 nfsv4stateid_t lay_stateid; member