Lines Matching refs:lay_stateid

6857 	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()
7239 lyp->lay_stateid.seqid = 1; in nfsrv_recalloldlayout()
7241 stateid = lyp->lay_stateid; in nfsrv_recalloldlayout()
7263 lyp->lay_stateid.other[0] == stateid.other[0] && in nfsrv_recalloldlayout()
7264 lyp->lay_stateid.other[1] == stateid.other[1] && in nfsrv_recalloldlayout()
7265 lyp->lay_stateid.other[2] == stateid.other[2]) { in nfsrv_recalloldlayout()
7330 stateidp->other[0] == lyp->lay_stateid.other[0] && in nfsrv_layoutreturn()
7331 stateidp->other[1] == lyp->lay_stateid.other[1] && in nfsrv_layoutreturn()
7332 stateidp->other[2] == lyp->lay_stateid.other[2]) { in nfsrv_layoutreturn()
7338 lyp->lay_stateid.seqid, in nfsrv_layoutreturn()
7339 lyp->lay_stateid.other[0], in nfsrv_layoutreturn()
7340 lyp->lay_stateid.other[1], in nfsrv_layoutreturn()
7341 lyp->lay_stateid.other[2], in nfsrv_layoutreturn()
7344 if (++lyp->lay_stateid.seqid == 0) in nfsrv_layoutreturn()
7345 lyp->lay_stateid.seqid = 1; in nfsrv_layoutreturn()
7346 stateidp->seqid = lyp->lay_stateid.seqid; in nfsrv_layoutreturn()
7370 lyp->lay_stateid.other[0] && in nfsrv_layoutreturn()
7372 lyp->lay_stateid.other[1] && in nfsrv_layoutreturn()
7374 lyp->lay_stateid.other[2]) { in nfsrv_layoutreturn()
7447 lyp->lay_stateid.seqid = stateidp->seqid = 1; in nfsrv_addlayout()
7448 lyp->lay_stateid.other[0] = stateidp->other[0] = in nfsrv_addlayout()
7450 lyp->lay_stateid.other[1] = stateidp->other[1] = in nfsrv_addlayout()
7452 lyp->lay_stateid.other[2] = stateidp->other[2] = in nfsrv_addlayout()
7468 if (++nlyp->lay_stateid.seqid == 0) in nfsrv_addlayout()
7469 nlyp->lay_stateid.seqid = 1; in nfsrv_addlayout()
7470 stateidp->seqid = nlyp->lay_stateid.seqid; in nfsrv_addlayout()
7471 stateidp->other[0] = nlyp->lay_stateid.other[0]; in nfsrv_addlayout()
7472 stateidp->other[1] = nlyp->lay_stateid.other[1]; in nfsrv_addlayout()
7473 stateidp->other[2] = nlyp->lay_stateid.other[2]; in nfsrv_addlayout()
8407 if (++lyp->lay_stateid.seqid == 0) in nfsrv_copymr()
8408 lyp->lay_stateid.seqid = 1; in nfsrv_copymr()
8410 nfsrv_recalllayout(lyp->lay_clientid, &lyp->lay_stateid, in nfsrv_copymr()