Home
last modified time | relevance | path

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

/trueos/sys/fs/nfs/
HDnfsclstate.h259 #define NFSLY_WRITTEN 0x0100 /* Has been used to write to a DS. */ macro
/trueos/sys/fs/nfsclient/
HDnfs_clstate.c2652 (lyp->nfsly_flags & NFSLY_WRITTEN) != 0) { in nfscl_renewthread()
2653 lyp->nfsly_flags &= ~NFSLY_WRITTEN; in nfscl_renewthread()
5209 if ((lyp->nfsly_flags & NFSLY_WRITTEN) != 0) { in nfscl_layoutcommit()
5210 lyp->nfsly_flags &= ~NFSLY_WRITTEN; in nfscl_layoutcommit()
HDnfs_clrpcops.c5606 lyp->nfsly_flags |= NFSLY_WRITTEN; in nfscl_doflayoutio()