Home
last modified time | relevance | path

Searched refs:RDIRTY (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h292 #define RDIRTY 0x2 /* dirty pages from write operation */ macro
H A Dsmbfs_subr2.c902 (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()
H A Dsmbfs_vnops.c1139 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()
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()
4396 np->r_flags &= ~RDIRTY; in smbfs_invalidate_pages()
[all …]
H A Dsmbfs_client.c342 (!(np->r_flags & RDIRTY) && np->r_count == 0))) { in smbfs_attrcache_fa()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c820 (!(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()
H A Dnfs_common.c600 ((rp->r_flags & RDIRTY) || rp->r_awcount > 0)) { in nfs_directio()
H A Dnfs_vnops.c1122 ((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()
H A Dnfs3_vnops.c1294 ((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()
H A Dnfs_subr.c2202 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()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h315 #define RDIRTY 0x2 /* dirty pages from write operation */ macro