Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnfs_page.h26 PG_BUSY = 0, /* nfs_{un}lock_request */ enumerator
125 #define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags))
233 return !test_and_set_bit(PG_BUSY, &req->wb_flags); in nfs_lock_request()
/linux-6.15/fs/nfs/
H A Dpagelist.c522 clear_bit_unlock(PG_BUSY, &req->wb_flags); in nfs_unlock_request()
526 wake_up_bit(&req->wb_flags, PG_BUSY); in nfs_unlock_request()
H A Dwrite.c489 if (!test_bit(PG_BUSY, &req->wb_flags)) in nfs_wait_on_request()
493 return wait_on_bit_io(&req->wb_flags, PG_BUSY, in nfs_wait_on_request()