Searched refs:R4INCACHEPURGE (Results 1 – 3 of 3) sorted by relevance
365 #define R4INCACHEPURGE 0x100000 /* purging caches due to file size change */ macro
611 if (mtime_changed && !(rp->r_flags & R4INCACHEPURGE)) { in nfs4_attr_cache()612 rp->r_flags |= R4INCACHEPURGE; in nfs4_attr_cache()633 if ((rp->r_flags & R4INCACHEPURGE) && cachepurge_set) { in nfs4_attr_cache()635 rp->r_flags &= ~R4INCACHEPURGE; in nfs4_attr_cache()
2648 while (rp->r_flags & R4INCACHEPURGE) { in nfs4_read()