Home
last modified time | relevance | path

Searched refs:op_state_serviced (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/orangefs/
H A Dwaitqueue.c268 BUG_ON(op_state_serviced(op));
343 if (op_state_serviced(op))
H A Ddevorangefs-req.c267 if (op_state_in_progress(cur_op) || op_state_serviced(cur_op)) { in orangefs_devreq_read()
H A Dorangefs-kernel.h154 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED) macro
/kernel/linux/linux-6.6/fs/orangefs/
H A Dwaitqueue.c268 BUG_ON(op_state_serviced(op));
343 if (op_state_serviced(op))
H A Dorangefs-kernel.h156 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED) macro
H A Ddevorangefs-req.c267 if (op_state_in_progress(cur_op) || op_state_serviced(cur_op)) { in orangefs_devreq_read()

Completed in 4 milliseconds