Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_cluster.c636 upl_offset_t upl_end = upl_offset + size; in cluster_handle_associated_upl() local
637 assert(upl_end >= PAGE_SIZE); in cluster_handle_associated_upl()
672 if (upl_end > assoc_upl_size) { in cluster_handle_associated_upl()
673 upl_end = assoc_upl_size; in cluster_handle_associated_upl()
675 upl_end = trunc_page_32(upl_end); in cluster_handle_associated_upl()
676 const int last_pg = (upl_end >> PAGE_SHIFT) - 1; in cluster_handle_associated_upl()
684 upl_end -= PAGE_SIZE; in cluster_handle_associated_upl()
691 printf("2: %d %d\n", upl_offset, upl_end); in cluster_handle_associated_upl()
694 if (upl_end <= upl_offset) { in cluster_handle_associated_upl()
698 size = upl_end - upl_offset; in cluster_handle_associated_upl()