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

/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_vnops.c58 static int swap_putpage(struct vnode *vp, offset_t off, size_t len,
80 VOPNAME_PUTPAGE, { .vop_putpage = swap_putpage },
472 static int swap_nopage = 0; /* Don't do swap_putpage's if set */
476 swap_putpage( function
504 "swap_putpage: vp %p, off %llx len %lx, flags %x\n",
584 "swap_putpage: B_INVAL, pages not gone");
621 * This check is added for callers who access swap_putpage with len = 0.
622 * swap_putpage calls swap_putapage page-by-page via pvn_vplist_dirty.

Completed in 73 milliseconds