Searched refs:R4INCACHEPURGE (Results 1 – 3 of 3) sorted by relevance
367 #define R4INCACHEPURGE 0x100000 /* purging caches due to file size change */ macro
602 if (mtime_changed && !(rp->r_flags & R4INCACHEPURGE)) { in nfs4_attr_cache()603 rp->r_flags |= R4INCACHEPURGE; in nfs4_attr_cache()624 if ((rp->r_flags & R4INCACHEPURGE) && cachepurge_set) { in nfs4_attr_cache()626 rp->r_flags &= ~R4INCACHEPURGE; in nfs4_attr_cache()
2670 while (rp->r_flags & R4INCACHEPURGE) { in nfs4_read()