taglinefilesource code
PG_error55fs/nfs/bio.cclear_bit(PG_error, &page->flags);
PG_error112fs/nfs/bio.cset_bit(PG_error, &page->flags);
PG_error128fs/nfs/bio.cclear_bit(PG_error, &page->flags);
PG_error149include/linux/mm.h#define PageError(page)    (test_bit(PG_error, &(page)->flags))
PG_error244mm/filemap.cpage->flags &= ~((1 << PG_uptodate) | (1 << PG_error));