Home
last modified time | relevance | path

Searched refs:OP_VFS_STATE_WAITING (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-kernel.h89 OP_VFS_STATE_WAITING = 1, enumerator
143 #define set_op_state_waiting(op) ((op)->op_state = OP_VFS_STATE_WAITING)
152 #define op_state_waiting(op) ((op)->op_state & OP_VFS_STATE_WAITING)
H A Dfile.c199 case OP_VFS_STATE_WAITING: in wait_for_direct_io()
/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-kernel.h89 OP_VFS_STATE_WAITING = 1, enumerator
145 #define set_op_state_waiting(op) ((op)->op_state = OP_VFS_STATE_WAITING)
154 #define op_state_waiting(op) ((op)->op_state & OP_VFS_STATE_WAITING)
H A Dfile.c200 case OP_VFS_STATE_WAITING: in wait_for_direct_io()

Completed in 4 milliseconds