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