Searched refs:RINCACHEPURGE (Results 1 – 4 of 4) sorted by relevance
554 if (mtime_changed && !(rp->r_flags & RINCACHEPURGE)) { in nfs_attr_cache()555 rp->r_flags |= RINCACHEPURGE; in nfs_attr_cache()572 if ((rp->r_flags & RINCACHEPURGE) && cachepurge_set) { in nfs_attr_cache()574 rp->r_flags &= ~RINCACHEPURGE; in nfs_attr_cache()697 if (mtime_changed && !(rp->r_flags & RINCACHEPURGE)) { in nfs3_attr_cache()698 rp->r_flags |= RINCACHEPURGE; in nfs3_attr_cache()715 if ((rp->r_flags & RINCACHEPURGE) && cachepurge_set) { in nfs3_attr_cache()717 rp->r_flags &= ~RINCACHEPURGE; in nfs3_attr_cache()
492 while (rp->r_flags & RINCACHEPURGE) { in nfs_read()
592 while (rp->r_flags & RINCACHEPURGE) { in nfs3_read()
329 #define RINCACHEPURGE 0x8000 /* purging caches due to file size change */ macro