Home
last modified time | relevance | path

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

/openbmc/linux/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))
236 return !test_and_set_bit(PG_BUSY, &req->wb_flags); in nfs_lock_request()
/openbmc/linux/fs/nfs/
H A Dpagelist.c618 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()