Home
last modified time | relevance | path

Searched refs:NFSLY_WRITTEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfsclstate.h277 #define NFSLY_WRITTEN 0x0100 /* Has been used to write to a DS. */ macro
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c2966 (lyp->nfsly_flags & NFSLY_WRITTEN) != 0) { in nfscl_renewthread()
2967 lyp->nfsly_flags &= ~NFSLY_WRITTEN; in nfscl_renewthread()
5948 if ((lyp->nfsly_flags & NFSLY_WRITTEN) != 0) { in nfscl_layoutcommit()
5949 lyp->nfsly_flags &= ~NFSLY_WRITTEN; in nfscl_layoutcommit()
H A Dnfs_clrpcops.c6573 layp->nfsly_flags |= NFSLY_WRITTEN; in nfscl_doiods()
6757 lyp->nfsly_flags |= NFSLY_WRITTEN; in nfscl_doflayoutio()
6890 lyp->nfsly_flags |= NFSLY_WRITTEN; in nfscl_dofflayoutio()