Searched refs:PG_BUSY (Results 1 – 2 of 2) sorted by relevance
26 PG_BUSY = 0, /* nfs_{un}lock_request */ enumerator125 #define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags))236 return !test_and_set_bit(PG_BUSY, &req->wb_flags); in nfs_lock_request()
618 clear_bit_unlock(PG_BUSY, &req->wb_flags); in nfs_unlock_request()622 wake_up_bit(&req->wb_flags, PG_BUSY); in nfs_unlock_request()707 if (!test_bit(PG_BUSY, &req->wb_flags)) in nfs_wait_on_request()711 return wait_on_bit_io(&req->wb_flags, PG_BUSY, in nfs_wait_on_request()