Searched refs:NFS_IO_INPROGRESS (Results 1 – 2 of 2) sorted by relevance
114 clear_bit(NFS_IO_INPROGRESS, &c->flags); in nfs_iocounter_dec()116 wake_up_bit(&c->flags, NFS_IO_INPROGRESS); in nfs_iocounter_dec()123 wait_queue_head_t *wq = bit_waitqueue(&c->flags, NFS_IO_INPROGRESS); in __nfs_iocounter_wait()124 DEFINE_WAIT_BIT(q, &c->flags, NFS_IO_INPROGRESS); in __nfs_iocounter_wait()129 set_bit(NFS_IO_INPROGRESS, &c->flags); in __nfs_iocounter_wait()
63 #define NFS_IO_INPROGRESS 0 macro