Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnfs_page.h36 PG_REMOVE, /* page group sync bit in write path */ enumerator
/Linux-v5.4/fs/nfs/
Dwrite.c425 clear_bit(PG_REMOVE, &subreq->wb_flags); in nfs_destroy_unlinked_subrequests()
568 if (test_and_clear_bit(PG_REMOVE, &head->wb_flags)) { in nfs_lock_and_join_requests()
789 if (nfs_page_group_sync_on_bit(req, PG_REMOVE)) { in nfs_inode_remove_request()
Dpagelist.c451 WARN_ON_ONCE(test_bit(PG_REMOVE, &req->wb_flags)); in nfs_free_request()