Searched refs:NO_PAGE (Results 1 – 1 of 1) sorted by relevance
106 static const physical_block_number_t NO_PAGE = 0xFFFFFFFFFFFFFFFF; variable 190 info->pbn = NO_PAGE; in initialize_info() 378 /* Either the new or the old page number must be NO_PAGE. */ in set_info_pbn() 379 int result = VDO_ASSERT((pbn == NO_PAGE) || (info->pbn == NO_PAGE), in set_info_pbn() 384 if (info->pbn != NO_PAGE) in set_info_pbn() 389 if (pbn != NO_PAGE) { in set_info_pbn() 411 result = set_info_pbn(info, NO_PAGE); in reset_page_info()