Searched refs:pvn_getdirty (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/vm/ |
H A D | pvn.h | 74 int pvn_getdirty(struct page *pp, int flags);
|
H A D | vm_pvn.c | 278 if (pvn_getdirty(pp, flags | B_DELWRI) == 0) in pvn_write_kluster() 290 if (pvn_getdirty(pp, flags | B_DELWRI) == 0) in pvn_write_kluster() 589 pvn_getdirty(page_t *pp, int flags) in pvn_getdirty() function 971 if (pvn_getdirty(pp, flags)) { in pvn_vplist_dirty()
|
/titanic_41/usr/src/uts/common/fs/swapfs/ |
H A D | swap_vnops.c | 570 if (pp == NULL || pvn_getdirty(pp, flags) == 0) in swap_putpage() 691 if (pvn_getdirty(pp, flags | B_DELWRI) == 0) { in swap_putapage()
|
/titanic_41/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 662 if (pvn_getdirty(pp, flags) == 1) { in dc_putpage()
|
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 1760 if (pvn_getdirty(pp, flags) == 1) { in hsfs_putpage()
|
/titanic_41/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 2080 if (pp == NULL || pvn_getdirty(pp, flags) == 0) in spec_putpage()
|
/titanic_41/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 2005 if (pp == NULL || pvn_getdirty(pp, flags) == 0) in tmp_putpage()
|
/titanic_41/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 1718 if (pp == NULL || pvn_getdirty(pp, flags) == 0) in pcfs_putpage()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 2498 if (pp == NULL || !pvn_getdirty(pp, flags)) in nfs_putpages()
|
H A D | nfs4_client.c | 2515 if (pp == NULL || !pvn_getdirty(pp, flags)) in nfs4_putpages()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 2718 if (pp == NULL || pvn_getdirty(pp, flags) == 0) { in ud_putpages()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 4394 if (pp != NULL && pvn_getdirty(pp, flags)) { in zfs_putpage()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 5290 if (pp == NULL || pvn_getdirty(pp, flags) == 0) in ufs_putpages()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 8059 if (pp == NULL || pvn_getdirty(pp, flags) == 0) in cachefs_putpage_common()
|