Home
last modified time | relevance | path

Searched refs:op_state_serviced (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/fs/orangefs/
Dwaitqueue.c268 BUG_ON(op_state_serviced(op)); in orangefs_clean_up_interrupted_operation()
343 if (op_state_serviced(op)) in wait_for_matching_downcall()
Dorangefs-kernel.h156 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED) macro
Ddevorangefs-req.c267 if (op_state_in_progress(cur_op) || op_state_serviced(cur_op)) { in orangefs_devreq_read()