Searched refs:an_pvp (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_swap.c1463 if (ap->an_pvp == cvp &&
1613 * by anon layer (an_pvp == NULL) with the same vp, off.
1622 if ((ap == NULL || ap->an_pvp == NULL) && alloc_pg) {
1636 if ((ap != NULL) && (ap->an_pvp == sip->si_vp && ap->an_poff >=
1638 swap_phys_free(ap->an_pvp, ap->an_poff, PAGESIZE);
1639 ap->an_pvp = NULL;
1695 error = (ap->an_pvp ? 0 : SE_NOSWAP);
1698 *pvpp = ap->an_pvp;
1720 if (ap->an_pvp)
1721 swap_phys_free(ap->an_pvp, a
[all...]
H A Dvm_anon.c991 ap->an_pvp = NULL;
1022 if (ap->an_pvp == NULL)
1033 if (ap->an_pvp != NULL) {
1034 swap_phys_free(ap->an_pvp, ap->an_poff, PAGESIZE);
1035 ap->an_pvp = NULL;
1066 if (ap->an_pvp != NULL)
1067 swap_phys_free(ap->an_pvp, ap->an_poff, PAGESIZE);
1214 if (ap->an_pvp)
1215 swap_phys_free(ap->an_pvp, ap->an_poff,
1264 if (ap->an_pvp !
[all...]
H A Danon.h63 * (an_pvp, an_poff) names the location of the physical backing store
87 struct vnode *an_pvp; /* vnode of physical backing store */ member in struct:anon
116 * To write (an_pvp, an_poff) in a given slot you must also hold the
H A Dseg_vn.c7366 * because segspt_free_pages() relies on NULL an_pvp
7912 if (ap->an_pvp != NULL) {
9162 if (ap->an_pvp != NULL) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c252 if (ap->an_pvp == pvp &&
256 ap->an_pvp = NULL;
429 if (ap->an_pvp != pvp || ap->an_poff != poff)
433 ap->an_pvp = NULL;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1527 if (anon->an_pvp == NULL) {

Completed in 270 milliseconds