Searched refs:wb_flags (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/nfs/ |
| A D | pagelist.c | 261 set_bit(PG_CONTENDED1, &req->wb_flags); in nfs_page_set_headlock() 274 clear_bit_unlock(PG_HEADLOCK, &req->wb_flags); in nfs_page_clear_headlock() 276 if (!test_bit(PG_CONTENDED1, &req->wb_flags)) in nfs_page_clear_headlock() 278 wake_up_bit(&req->wb_flags, PG_HEADLOCK); in nfs_page_clear_headlock() 329 if (!test_bit(bit, &tmp->wb_flags)) in nfs_page_group_sync_on_bit_locked() 337 clear_bit(bit, &tmp->wb_flags); in nfs_page_group_sync_on_bit_locked() 394 set_bit(PG_INODE_REF, &req->wb_flags); in nfs_page_group_init() 527 clear_bit_unlock(PG_BUSY, &req->wb_flags); in nfs_unlock_request() 531 wake_up_bit(&req->wb_flags, PG_BUSY); in nfs_unlock_request() 611 if (!test_bit(PG_BUSY, &req->wb_flags)) in nfs_wait_on_request() [all …]
|
| A D | write.c | 155 if (!test_and_set_bit(PG_INODE_REF, &req->wb_flags)) { in nfs_page_set_inode_ref() 166 if (!test_bit(PG_REMOVE, &req->wb_flags)) in nfs_cancel_remove_inode() 171 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() 800 clear_bit(PG_MAPPED, &head->wb_flags); in nfs_inode_remove_request() 867 set_bit(PG_CLEAN, &req->wb_flags); in nfs_request_add_commit_list_locked() 911 if (!test_and_clear_bit(PG_CLEAN, &(req)->wb_flags)) in nfs_request_remove_commit_list() 963 if (test_bit(PG_CLEAN, &req->wb_flags)) { in nfs_clear_request_commit() [all …]
|
| A D | pnfs_nfs.c | 83 if (!test_and_clear_bit(PG_COMMIT_TO_DS, &req->wb_flags)) in pnfs_generic_clear_request_commit() 1174 set_bit(PG_COMMIT_TO_DS, &req->wb_flags); in pnfs_layout_mark_request_commit()
|
| /linux/include/linux/ |
| A D | nfs_page.h | 51 unsigned long wb_flags; member 118 #define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags)) 162 return !test_and_set_bit(PG_BUSY, &req->wb_flags); in nfs_lock_request()
|
Completed in 282 milliseconds