Searched refs:pg_index (Results 1 – 2 of 2) sorted by relevance
302 int pg_index; in vnode_pageout() local415 for (pg_index = (upl_offset + isize) / PAGE_SIZE; pg_index > base_index;) { in vnode_pageout()416 if (upl_page_present(pl, --pg_index)) { in vnode_pageout()419 if (pg_index == base_index) { in vnode_pageout()431 isize = ((pg_index + 1) - base_index) * PAGE_SIZE; in vnode_pageout()476 pg_index = base_index; in vnode_pageout()482 if (!upl_page_present(pl, pg_index)) { in vnode_pageout()491 pg_index++; in vnode_pageout()495 if (!upl_dirty_page(pl, pg_index)) { in vnode_pageout()530 pg_index++; in vnode_pageout()[all …]
6654 int pg_index; in cluster_copy_upl_data() local6691 pg_index = upl_offset / PAGE_SIZE; in cluster_copy_upl_data()6699 paddr = ((addr64_t)upl_phys_page(pl, pg_index) << PAGE_SHIFT) + pg_offset; in cluster_copy_upl_data()6700 if ((uio->uio_rw == UIO_WRITE) && (upl_dirty_page(pl, pg_index) == FALSE)) { in cluster_copy_upl_data()6706 pg_index += 1; in cluster_copy_upl_data()