Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/vfs/
H A Dvfs_cluster.c638 upl_offset_t upl_end = upl_offset + size; in cluster_handle_associated_upl() local
639 assert(upl_end >= PAGE_SIZE); in cluster_handle_associated_upl()
674 if (upl_end > assoc_upl_size) { in cluster_handle_associated_upl()
675 upl_end = assoc_upl_size; in cluster_handle_associated_upl()
677 upl_end = trunc_page_32(upl_end); in cluster_handle_associated_upl()
678 const int last_pg = (upl_end >> PAGE_SHIFT) - 1; in cluster_handle_associated_upl()
686 upl_end -= PAGE_SIZE; in cluster_handle_associated_upl()
693 printf("2: %d %d\n", upl_offset, upl_end); in cluster_handle_associated_upl()
696 if (upl_end <= upl_offset) { in cluster_handle_associated_upl()
700 size = upl_end - upl_offset; in cluster_handle_associated_upl()