Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cluster.c618 upl_offset_t upl_end = upl_offset + size; in cluster_handle_associated_upl() local
619 assert(upl_end >= PAGE_SIZE); in cluster_handle_associated_upl()
654 if (upl_end > assoc_upl_size) { in cluster_handle_associated_upl()
655 upl_end = assoc_upl_size; in cluster_handle_associated_upl()
657 upl_end = trunc_page_32(upl_end); in cluster_handle_associated_upl()
658 const int last_pg = (upl_end >> PAGE_SHIFT) - 1; in cluster_handle_associated_upl()
666 upl_end -= PAGE_SIZE; in cluster_handle_associated_upl()
673 printf("2: %d %d\n", upl_offset, upl_end); in cluster_handle_associated_upl()
676 if (upl_end <= upl_offset) { in cluster_handle_associated_upl()
680 size = upl_end - upl_offset; in cluster_handle_associated_upl()