Searched refs:PG_REMOVE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dnfs_page.h37 PG_REMOVE, /* page group sync bit in write path */ enumerator in enum:__anon3
/linux-master/fs/nfs/
H A Dwrite.c164 if (!test_bit(PG_REMOVE, &req->wb_flags))
169 if (test_and_clear_bit(PG_REMOVE, &req->wb_flags))
468 clear_bit(PG_REMOVE, &subreq->wb_flags);
780 if (nfs_page_group_sync_on_bit(req, PG_REMOVE)) {
H A Dpagelist.c684 WARN_ON_ONCE(test_bit(PG_REMOVE, &req->wb_flags));

Completed in 134 milliseconds