Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs_page.h26 PG_BUSY = 0, /* nfs_{un}lock_request */ enumerator
232 return !test_and_set_bit(PG_BUSY, &req->wb_flags); in nfs_lock_request()
/linux/fs/nfs/
H A Dpagelist.c523 clear_bit_unlock(PG_BUSY, &req->wb_flags); in nfs_unlock_request()
527 wake_up_bit(&req->wb_flags, PG_BUSY); in nfs_unlock_request()
H A Dwrite.c437 if (!test_bit(PG_BUSY, &req->wb_flags)) in nfs_wait_on_request()
441 return wait_on_bit_io(&req->wb_flags, PG_BUSY, in nfs_wait_on_request()
H A Dnfstrace.h50 { BIT(PG_BUSY), "BUSY" }, \