Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/orangefs/
H A Ddevorangefs-req.c165 struct orangefs_kernel_op_s *cur_op; in orangefs_devreq_read() local
189 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 in orangefs_devreq_read()
[all...]
/kernel/linux/linux-6.6/fs/orangefs/
H A Ddevorangefs-req.c165 struct orangefs_kernel_op_s *cur_op; in orangefs_devreq_read() local
189 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 in orangefs_devreq_read()
[all...]

Completed in 2 milliseconds