• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/xnu-2422.115.4/bsd/vfs/

Lines Matching defs:pl

757 	        upl_page_info_t *pl;
760 pl = ubc_upl_pageinfo(upl);
762 if (upl_device_page(pl) == TRUE) {
763 zero_addr = ((addr64_t)upl_phys_page(pl, 0) << 12) + upl_offset;
775 zero_addr = ((addr64_t)upl_phys_page(pl, page_index) << 12) + page_offset;
2090 upl_page_info_t *pl;
2276 pl = UPL_GET_INTERNAL_PAGE_LIST(upl);
2280 if (!upl_valid_page(pl, i))
2482 upl_page_info_t *pl;
2556 pl = ubc_upl_pageinfo(upl[cur_upl]);
2558 src_paddr = ((addr64_t)upl_phys_page(pl, 0) << 12) + (addr64_t)upl_offset;
2687 cluster_zero_range(upl_t upl, upl_page_info_t *pl, int flags, int io_offset, off_t zero_off, off_t upl_f_offset, int bytes_to_zero)
2697 if (upl_valid_page(pl, zero_pg_index)) {
2716 upl_page_info_t *pl;
2921 &pl,
2929 if (start_offset && upl_f_offset < oldEOF && !upl_valid_page(pl, 0)) {
2970 !upl_valid_page(pl, upl_offset / PAGE_SIZE)) {
3008 bytes_to_zero = cluster_zero_range(upl, pl, flags, io_offset, zero_off, upl_f_offset, bytes_to_zero);
3041 bytes_to_zero = cluster_zero_range(upl, pl, flags, io_offset, zero_off1, upl_f_offset, bytes_to_zero);
3465 upl_page_info_t *pl;
3714 &pl,
3729 if (!upl_valid_page(pl, start_pg))
3740 if (upl_valid_page(pl, last_pg))
3791 if (!upl_valid_page(pl, uio_last))
3992 upl_page_info_t *pl;
4335 pl = UPL_GET_INTERNAL_PAGE_LIST(upl);
4338 if (!upl_page_present(pl, i))
4513 upl_page_info_t *pl;
4605 pl = ubc_upl_pageinfo(upl[cur_upl]);
4607 dst_paddr = ((addr64_t)upl_phys_page(pl, 0) << 12) + (addr64_t)upl_offset;
4801 upl_page_info_t *pl;
4893 &pl,
4905 if (upl_page_present(pl, last_pg))
4923 if (upl_page_present(pl, start_pg))
4934 if (!upl_page_present(pl, last_pg))
5309 upl_page_info_t *pl;
5384 &pl,
5400 if (upl_page_present(pl, last_pg))
5419 if (upl_dirty_page(pl, start_pg))
5421 if (upl_page_present(pl, start_pg))
5444 if (!upl_dirty_page(pl, last_pg))
5573 upl_page_info_t *pl;
5612 &pl,
5618 if (!upl_valid_page(pl, 0)) {
5631 ubc_paddr = ((addr64_t)upl_phys_page(pl, 0) << 12) + (addr64_t)(uio->uio_offset & PAGE_MASK_64);
5646 if ( !(flags & CL_READ) || (upl_valid_page(pl, 0) && upl_dirty_page(pl, 0))) {
5677 upl_page_info_t *pl;
5708 pl = ubc_upl_pageinfo(upl);
5717 paddr = ((addr64_t)upl_phys_page(pl, pg_index) << 12) + pg_offset;