Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h152 #define NFSLAY_CALLB 0x0010 macro
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c6860 if ((lyp->lay_flags & NFSLAY_CALLB) == 0) { in nfsrv_layoutget()
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()
7275 * clearing NFSLAY_CALLB and moving in nfsrv_recalloldlayout()
7279 lyp->lay_flags &= ~NFSLAY_CALLB; in nfsrv_recalloldlayout()