Home
last modified time | relevance | path

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

/linux/fs/orangefs/
A Dorangefs-kernel.h90 OP_VFS_STATE_INPROGR = 2, enumerator
146 #define set_op_state_inprogress(op) ((op)->op_state = OP_VFS_STATE_INPROGR)
155 #define op_state_in_progress(op) ((op)->op_state & OP_VFS_STATE_INPROGR)
A Dfile.c210 case OP_VFS_STATE_INPROGR: in wait_for_direct_io()

Completed in 5 milliseconds