Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dpagelist.c114 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()
/linux-4.1.27/include/linux/
Dnfs_fs.h63 #define NFS_IO_INPROGRESS 0 macro