Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Drnode4.h366 #define R4PGFLUSH 0x80000 /* page flush thread active */ macro
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c147 ((rp->r_flags & R4PGFLUSH) && rp->r_pgflush != curthread)) { in nfs4_waitfor_purge_complete()
151 ((rp->r_flags & R4PGFLUSH) && in nfs4_waitfor_purge_complete()
313 if (rp->r_flags & R4PGFLUSH) { in nfs4_purge_caches()
316 rp->r_flags |= R4PGFLUSH; in nfs4_purge_caches()
377 rp->r_flags &= ~R4PGFLUSH; in nfs4_pgflush_thread()
485 if ((rp->r_flags & R4PGFLUSH) && rp->r_pgflush != curthread) { in nfs4_attr_cache()