Searched refs:PG_CLEAN (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dnfs_page.h29 PG_CLEAN, /* write succeeded */ enumerator in enum:__anon3
/linux-master/fs/nfs/
H A Dwrite.c623 WARN_ON_ONCE(test_bit(PG_CLEAN, &req->wb_flags));
844 * This sets the PG_CLEAN bit, updates the cinfo count of
855 set_bit(PG_CLEAN, &req->wb_flags);
866 * This sets the PG_CLEAN bit, updates the cinfo count of
888 * This clears the PG_CLEAN bit, and updates the cinfo's count of
898 if (!test_and_clear_bit(PG_CLEAN, &(req)->wb_flags))
953 if (test_bit(PG_CLEAN, &req->wb_flags)) {

Completed in 112 milliseconds