Lines Matching refs:lay_flags
6860 if ((lyp->lay_flags & NFSLAY_CALLB) == 0) { in nfsrv_layoutget()
6888 if ((lyp->lay_flags & NFSLAY_NOSPC) != 0) { in nfsrv_layoutget()
6893 lyp->lay_flags |= NFSLAY_RW; in nfsrv_layoutget()
6895 lyp->lay_flags |= NFSLAY_READ; in nfsrv_layoutget()
6961 lyp->lay_flags = NFSLAY_RW; in nfsrv_filelayout()
6963 lyp->lay_flags = NFSLAY_READ; in nfsrv_filelayout()
7010 lyp->lay_flags = NFSLAY_RW; in nfsrv_flexlayout()
7012 lyp->lay_flags = NFSLAY_READ; in nfsrv_flexlayout()
7203 if ((lyp->lay_flags & NFSLAY_RECALL) != 0) { in nfsrv_recalllayout()
7204 lyp->lay_flags |= NFSLAY_RETURNED; in nfsrv_recalllayout()
7232 if ((lyp->lay_flags & NFSLAY_CALLB) == 0) { in nfsrv_recalloldlayout()
7233 lyp->lay_flags |= NFSLAY_CALLB; in nfsrv_recalloldlayout()
7262 (lyp->lay_flags & NFSLAY_CALLB) != 0 && in nfsrv_recalloldlayout()
7279 lyp->lay_flags &= ~NFSLAY_CALLB; in nfsrv_recalloldlayout()
7343 lyp->lay_flags); in nfsrv_layoutreturn()
7350 lyp->lay_flags &= ~NFSLAY_READ; in nfsrv_layoutreturn()
7352 lyp->lay_flags &= ~NFSLAY_RW; in nfsrv_layoutreturn()
7353 if ((lyp->lay_flags & (NFSLAY_READ | in nfsrv_layoutreturn()
7375 lyp->lay_flags |= NFSLAY_RETURNED; in nfsrv_layoutreturn()
7465 nlyp->lay_flags |= (lyp->lay_flags & (NFSLAY_READ | NFSLAY_RW)); in nfsrv_addlayout()
7661 lyp->lay_flags &= ~NFSLAY_READ; in nfsrv_freelayouts()
7663 lyp->lay_flags &= ~NFSLAY_RW; in nfsrv_freelayouts()
7664 if ((lyp->lay_flags & (NFSLAY_READ | NFSLAY_RW)) == 0) in nfsrv_freelayouts()
8194 ((lyp->lay_flags & NFSLAY_RW) != 0 || in nfsrv_checkdsattr()
8195 ((lyp->lay_flags & NFSLAY_READ) != 0 && in nfsrv_checkdsattr()
8381 (lyp->lay_flags & NFSLAY_RW) != 0) { in nfsrv_copymr()
8401 (lyp->lay_flags & NFSLAY_RECALL) == 0) { in nfsrv_copymr()
8402 lyp->lay_flags |= NFSLAY_RECALL; in nfsrv_copymr()
8421 if ((lyp->lay_flags & NFSLAY_RETURNED) != 0) { in nfsrv_copymr()
8435 if ((lyp->lay_flags & NFSLAY_RETURNED) == 0) { in nfsrv_copymr()
8901 lyp->lay_flags |= NFSLAY_NOSPC; in nfsrv_marknospc()
8903 lyp->lay_flags &= ~NFSLAY_NOSPC; in nfsrv_marknospc()