Searched refs:pg_index (Results 1 – 2 of 2) sorted by relevance
299 int pg_index; in vnode_pageout() local412 for (pg_index = (upl_offset + isize) / PAGE_SIZE; pg_index > base_index;) { in vnode_pageout()413 if (upl_page_present(pl, --pg_index)) { in vnode_pageout()416 if (pg_index == base_index) { in vnode_pageout()428 isize = ((pg_index + 1) - base_index) * PAGE_SIZE; in vnode_pageout()470 pg_index = base_index; in vnode_pageout()476 if (!upl_page_present(pl, pg_index)) { in vnode_pageout()485 pg_index++; in vnode_pageout()489 if (!upl_dirty_page(pl, pg_index)) { in vnode_pageout()521 pg_index++; in vnode_pageout()[all …]
6681 int pg_index; in cluster_copy_upl_data() local6718 pg_index = upl_offset / PAGE_SIZE; in cluster_copy_upl_data()6726 paddr = ((addr64_t)upl_phys_page(pl, pg_index) << PAGE_SHIFT) + pg_offset; in cluster_copy_upl_data()6727 if ((uio->uio_rw == UIO_WRITE) && (upl_dirty_page(pl, pg_index) == FALSE)) { in cluster_copy_upl_data()6733 pg_index += 1; in cluster_copy_upl_data()