cur_op            165 fs/orangefs/devorangefs-req.c 	struct orangefs_kernel_op_s *cur_op;
cur_op            189 fs/orangefs/devorangefs-req.c 	cur_op = NULL;
cur_op            245 fs/orangefs/devorangefs-req.c 		cur_op = op;
cur_op            253 fs/orangefs/devorangefs-req.c 	if (!cur_op) {
cur_op            260 fs/orangefs/devorangefs-req.c 		     llu(cur_op->tag),
cur_op            261 fs/orangefs/devorangefs-req.c 		     get_opname_string(cur_op));
cur_op            267 fs/orangefs/devorangefs-req.c 	if (op_state_in_progress(cur_op) || op_state_serviced(cur_op)) {
cur_op            269 fs/orangefs/devorangefs-req.c 		list_del_init(&cur_op->list);
cur_op            270 fs/orangefs/devorangefs-req.c 		spin_unlock(&cur_op->lock);
cur_op            275 fs/orangefs/devorangefs-req.c 	list_del_init(&cur_op->list);
cur_op            278 fs/orangefs/devorangefs-req.c 	spin_unlock(&cur_op->lock);
cur_op            288 fs/orangefs/devorangefs-req.c 		&cur_op->tag,
cur_op            293 fs/orangefs/devorangefs-req.c 		&cur_op->upcall,
cur_op            299 fs/orangefs/devorangefs-req.c 	spin_lock(&cur_op->lock);
cur_op            300 fs/orangefs/devorangefs-req.c 	if (unlikely(op_state_given_up(cur_op))) {
cur_op            301 fs/orangefs/devorangefs-req.c 		spin_unlock(&cur_op->lock);
cur_op            303 fs/orangefs/devorangefs-req.c 		complete(&cur_op->waitq);
cur_op            311 fs/orangefs/devorangefs-req.c 	set_op_state_inprogress(cur_op);
cur_op            315 fs/orangefs/devorangefs-req.c 		     get_opname_string(cur_op),
cur_op            316 fs/orangefs/devorangefs-req.c 		     cur_op->op_state,
cur_op            318 fs/orangefs/devorangefs-req.c 	orangefs_devreq_add_op(cur_op);
cur_op            319 fs/orangefs/devorangefs-req.c 	spin_unlock(&cur_op->lock);
cur_op            332 fs/orangefs/devorangefs-req.c 	spin_lock(&cur_op->lock);
cur_op            333 fs/orangefs/devorangefs-req.c 	if (likely(!op_state_given_up(cur_op))) {
cur_op            334 fs/orangefs/devorangefs-req.c 		set_op_state_waiting(cur_op);
cur_op            338 fs/orangefs/devorangefs-req.c 			     get_opname_string(cur_op),
cur_op            339 fs/orangefs/devorangefs-req.c 			     cur_op->op_state,
cur_op            341 fs/orangefs/devorangefs-req.c 		list_add(&cur_op->list, &orangefs_request_list);
cur_op            342 fs/orangefs/devorangefs-req.c 		spin_unlock(&cur_op->lock);
cur_op            344 fs/orangefs/devorangefs-req.c 		spin_unlock(&cur_op->lock);
cur_op            345 fs/orangefs/devorangefs-req.c 		complete(&cur_op->waitq);