Searched refs:RDIRTY (Results 1 – 10 of 10) sorted by relevance
292 #define RDIRTY 0x2 /* dirty pages from write operation */ macro
902 (np->r_flags & RDIRTY)) { in smbfs_check_table()1092 ((np->r_flags & RDIRTY) || np->r_mapcnt > 0)) { in smbfs_rflush()1150 (np->r_flags & RDIRTY) != 0) { in smbfs_directio()
1139 np->r_flags |= RDIRTY; in smbfs_writenp()1485 ((np->r_flags & RDIRTY) != 0)) { in smbfs_getattr()1627 ((np->r_flags & RDIRTY) || in smbfssetattr()2100 if ((np->r_flags & RDIRTY) && !np->r_error) { in smbfs_inactive()2867 ((np->r_flags & RDIRTY) || np->r_count > 0)) { in smbfsremove()4120 (np->r_flags & RDIRTY)) { in smbfs_putpage()4122 rdirty = (np->r_flags & RDIRTY); in smbfs_putpage()4123 np->r_flags &= ~RDIRTY; in smbfs_putpage()4143 np->r_flags |= RDIRTY; in smbfs_putpage()4302 np->r_flags |= RDIRTY; in smbfs_putapage()[all …]
342 (!(np->r_flags & RDIRTY) && np->r_count == 0))) { in smbfs_attrcache_fa()
820 (!(rp->r_flags & RDIRTY) && rp->r_count == 0))) in nfs_attrcache_va()2351 rp->r_flags |= RDIRTY; in writerp()2444 (rp->r_flags & RDIRTY)) { in nfs_putpages()2446 rdirty = (rp->r_flags & RDIRTY); in nfs_putpages()2447 rp->r_flags &= ~RDIRTY; in nfs_putpages()2451 if (rp->r_flags & RDIRTY && rp->r_awcount == 0) { in nfs_putpages()2452 rdirty = (rp->r_flags & RDIRTY); in nfs_putpages()2453 rp->r_flags &= ~RDIRTY; in nfs_putpages()2474 rp->r_flags |= RDIRTY; in nfs_putpages()2540 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()
1294 ((rp->r_flags & RDIRTY) || rp->r_awcount > 0)) { in nfs3_getattr()1375 ((rp->r_flags & RDIRTY) || in nfs3setattr()1862 ((rp->r_flags & RDIRTY) || rp->r_count > 0)) { in nfs3_inactive()2917 ((rp->r_flags & RDIRTY) || rp->r_count > 0)) { in nfs3_remove()5126 rp->r_flags |= RDIRTY; in nfs3_putapage()5690 rp->r_flags |= RDIRTY; in nfs3_delmap_callback()
2202 if ((rp->r_flags & RDIRTY) && !rp->r_error) { in rinactive()2954 (vn_has_cached_data(vp) && (rp->r_flags & RDIRTY)) || in check_rtable()3102 ((rp->r_flags & RDIRTY) || rp->r_mapcnt > 0)) { in rflush()3146 ((rp->r_flags & RDIRTY) || rp->r_mapcnt > 0)) { in rflush()
315 #define RDIRTY 0x2 /* dirty pages from write operation */ macro