Searched refs:op_state_serviced (Results 1 – 3 of 3) sorted by relevance
268 BUG_ON(op_state_serviced(op)); in orangefs_clean_up_interrupted_operation()343 if (op_state_serviced(op)) in wait_for_matching_downcall()
156 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED) macro
267 if (op_state_in_progress(cur_op) || op_state_serviced(cur_op)) { in orangefs_devreq_read()