Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs_page.h29 PG_CLEAN, /* write succeeded */ enumerator
/linux/fs/nfs/
H A Dwrite.c650 WARN_ON_ONCE(test_bit(PG_CLEAN, &req->wb_flags)); in nfs_do_writepage()
821 * This sets the PG_CLEAN bit, updates the cinfo count of
832 set_bit(PG_CLEAN, &req->wb_flags); in nfs_request_add_commit_list_locked()
843 * This sets the PG_CLEAN bit, updates the cinfo count of
865 * This clears the PG_CLEAN bit, and updates the cinfo's count of
875 if (!test_and_clear_bit(PG_CLEAN, &(req)->wb_flags)) in nfs_request_remove_commit_list()
930 if (test_bit(PG_CLEAN, &req->wb_flags)) { in nfs_clear_request_commit()