Searched refs:RDIRTY (Results 1 – 9 of 9) sorted by relevance
291 #define RDIRTY 0x2 /* dirty pages from write operation */ macro
899 (np->r_flags & RDIRTY)) { in smbfs_check_table()
812 (!(rp->r_flags & RDIRTY) && rp->r_count == 0))) in nfs_attrcache_va()2343 rp->r_flags |= RDIRTY; in writerp()2436 (rp->r_flags & RDIRTY)) { in nfs_putpages()2438 rdirty = (rp->r_flags & RDIRTY); in nfs_putpages()2439 rp->r_flags &= ~RDIRTY; in nfs_putpages()2443 if (rp->r_flags & RDIRTY && rp->r_awcount == 0) { in nfs_putpages()2444 rdirty = (rp->r_flags & RDIRTY); in nfs_putpages()2445 rp->r_flags &= ~RDIRTY; in nfs_putpages()2466 rp->r_flags |= RDIRTY; in nfs_putpages()2532 rp->r_flags &= ~RDIRTY; in nfs_invalidate_pages()
600 ((rp->r_flags & RDIRTY) || rp->r_awcount > 0)) { in nfs_directio()
1122 ((rp->r_flags & RDIRTY) || rp->r_awcount > 0)) { in nfs_getattr()1216 ((rp->r_flags & RDIRTY) || in nfssetattr()1644 ((rp->r_flags & RDIRTY) || rp->r_count > 0)) { in nfs_inactive()2301 ((rp->r_flags & RDIRTY) || rp->r_count > 0)) { in nfs_remove()4215 rp->r_flags |= RDIRTY; in nfs_putapage()4773 rp->r_flags |= RDIRTY; in nfs_delmap_callback()
1293 ((rp->r_flags & RDIRTY) || rp->r_awcount > 0)) { in nfs3_getattr()1374 ((rp->r_flags & RDIRTY) || in nfs3setattr()1861 ((rp->r_flags & RDIRTY) || rp->r_count > 0)) { in nfs3_inactive()2916 ((rp->r_flags & RDIRTY) || rp->r_count > 0)) { in nfs3_remove()5125 rp->r_flags |= RDIRTY; in nfs3_putapage()5676 rp->r_flags |= RDIRTY; in nfs3_delmap_callback()
2201 if ((rp->r_flags & RDIRTY) && !rp->r_error) { in rinactive()2953 (vn_has_cached_data(vp) && (rp->r_flags & RDIRTY)) || in check_rtable()3101 ((rp->r_flags & RDIRTY) || rp->r_mapcnt > 0)) { in rflush()3145 ((rp->r_flags & RDIRTY) || rp->r_mapcnt > 0)) { in rflush()
315 #define RDIRTY 0x2 /* dirty pages from write operation */ macro
2079 if ((rp->r_flags & RDIRTY) || rp->r_iocnt > 0) in cachefs_getattr()