Home
last modified time | relevance | path

Searched refs:wb_flags (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/fs/nfs/
A Dpagelist.c298 set_bit(PG_CONTENDED1, &req->wb_flags); in nfs_page_set_headlock()
315 wake_up_bit(&req->wb_flags, PG_HEADLOCK); in nfs_page_clear_headlock()
366 if (!test_bit(bit, &tmp->wb_flags)) in nfs_page_group_sync_on_bit_locked()
374 clear_bit(bit, &tmp->wb_flags); in nfs_page_group_sync_on_bit_locked()
431 set_bit(PG_INODE_REF, &req->wb_flags); in nfs_page_group_init()
505 set_bit(PG_FOLIO, &req->wb_flags); in nfs_page_assign_folio()
616 clear_bit_unlock(PG_BUSY, &req->wb_flags); in nfs_unlock_request()
620 wake_up_bit(&req->wb_flags, PG_BUSY); in nfs_unlock_request()
650 clear_bit(PG_FOLIO, &req->wb_flags); in nfs_clear_request()
705 if (!test_bit(PG_BUSY, &req->wb_flags)) in nfs_wait_on_request()
[all …]
A Dwrite.c152 if (!test_and_set_bit(PG_INODE_REF, &req->wb_flags)) { in nfs_page_set_inode_ref()
163 if (!test_bit(PG_REMOVE, &req->wb_flags)) in nfs_cancel_remove_inode()
168 if (test_and_clear_bit(PG_REMOVE, &req->wb_flags)) in nfs_cancel_remove_inode()
467 clear_bit(PG_REMOVE, &subreq->wb_flags); in nfs_destroy_unlinked_subrequests()
620 WARN_ON_ONCE(test_bit(PG_CLEAN, &req->wb_flags)); in nfs_page_async_flush()
769 set_bit(PG_MAPPED, &req->wb_flags); in nfs_inode_add_request()
796 clear_bit(PG_MAPPED, &req->wb_head->wb_flags); in nfs_inode_remove_request()
863 set_bit(PG_CLEAN, &req->wb_flags); in nfs_request_add_commit_list_locked()
906 if (!test_and_clear_bit(PG_CLEAN, &(req)->wb_flags)) in nfs_request_remove_commit_list()
961 if (test_bit(PG_CLEAN, &req->wb_flags)) { in nfs_clear_request_commit()
[all …]
A Dpnfs_nfs.c83 if (!test_and_clear_bit(PG_COMMIT_TO_DS, &req->wb_flags)) in pnfs_generic_clear_request_commit()
1178 set_bit(PG_COMMIT_TO_DS, &req->wb_flags); in pnfs_layout_mark_request_commit()
/linux-6.3-rc2/include/linux/
A Dnfs_page.h55 unsigned long wb_flags; member
122 #define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags))
173 if (test_bit(PG_FOLIO, &req->wb_flags)) in nfs_page_to_folio()
231 return !test_and_set_bit(PG_BUSY, &req->wb_flags); in nfs_lock_request()

Completed in 13 milliseconds