Searched refs:cur_op (Results 1 – 1 of 1) sorted by relevance
165 struct orangefs_kernel_op_s *cur_op; in orangefs_devreq_read() local189 cur_op = NULL; in orangefs_devreq_read()245 cur_op = op; in orangefs_devreq_read()253 if (!cur_op) { in orangefs_devreq_read()260 llu(cur_op->tag), in orangefs_devreq_read()261 get_opname_string(cur_op)); in orangefs_devreq_read()267 if (op_state_in_progress(cur_op) || op_state_serviced(cur_op)) { in orangefs_devreq_read()269 list_del_init(&cur_op->list); in orangefs_devreq_read()270 spin_unlock(&cur_op->lock); in orangefs_devreq_read()275 list_del_init(&cur_op->list); in orangefs_devreq_read()[all …]