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

/linux-master/include/linux/
H A Dnfs_page.h26 PG_BUSY = 0, /* nfs_{un}lock_request */ enumerator in enum:__anon3
125 #define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags))
236 return !test_and_set_bit(PG_BUSY, &req->wb_flags);
/linux-master/fs/nfs/
H A Dpagelist.c618 clear_bit_unlock(PG_BUSY, &req->wb_flags);
622 wake_up_bit(&req->wb_flags, PG_BUSY);
707 if (!test_bit(PG_BUSY, &req->wb_flags))
711 return wait_on_bit_io(&req->wb_flags, PG_BUSY,

Completed in 91 milliseconds