Searched refs:upl_page_get_mark (Results 1 – 3 of 3) sorted by relevance
811 boolean_t upl_page_get_mark(upl_page_info_t *upl, int index);
766 if (check_first_pg && !upl_page_get_mark(assoc_pl, first_pg)) { in cluster_handle_associated_upl()774 if (check_last_pg && !upl_page_get_mark(assoc_pl, last_pg)) { in cluster_handle_associated_upl()
9790 upl_page_get_mark(upl_page_info_t *upl, int index) function