Home
last modified time | relevance | path

Searched refs:upl_end (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c597 upl_offset_t upl_end = upl_offset + size; in cluster_handle_associated_upl() local
598 assert(upl_end >= PAGE_SIZE); in cluster_handle_associated_upl()
633 if (upl_end > assoc_upl_size) { in cluster_handle_associated_upl()
634 upl_end = assoc_upl_size; in cluster_handle_associated_upl()
636 upl_end = trunc_page_32(upl_end); in cluster_handle_associated_upl()
637 const int last_pg = (upl_end >> PAGE_SHIFT) - 1; in cluster_handle_associated_upl()
645 upl_end -= PAGE_SIZE; in cluster_handle_associated_upl()
652 printf("2: %d %d\n", upl_offset, upl_end); in cluster_handle_associated_upl()
655 if (upl_end <= upl_offset) { in cluster_handle_associated_upl()
659 size = upl_end - upl_offset; in cluster_handle_associated_upl()