Searched refs:cur_op (Results 1 - 1 of 1) sorted by path

/linux-master/fs/orangefs/
H A Ddevorangefs-req.c165 struct orangefs_kernel_op_s *cur_op; local
189 cur_op = NULL;
245 cur_op = op;
253 if (!cur_op) {
260 llu(cur_op->tag),
261 get_opname_string(cur_op));
267 if (op_state_in_progress(cur_op) || op_state_serviced(cur_op)) {
269 list_del_init(&cur_op->list);
270 spin_unlock(&cur_op
[all...]

Completed in 184 milliseconds