Home
last modified time | relevance | path

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

/src/tools/regression/fsx/
H A Dfsx.c487 uintptr_t last_page, should_be_zero; in check_eofpage() local
499 for (should_be_zero = last_page + (file_size & page_mask); in check_eofpage()
500 should_be_zero < last_page + page_size; in check_eofpage()
501 should_be_zero++) in check_eofpage()
502 if (*(char *)should_be_zero) { in check_eofpage()
504 s, file_size - 1, should_be_zero & page_mask, in check_eofpage()
505 short_at(should_be_zero)); in check_eofpage()
/src/tools/test/stress2/misc/
H A Dumountf2.sh565 uintptr_t last_page, should_be_zero;