Searched refs:op_state (Results 1 – 7 of 7) sorted by relevance
131 enum orangefs_vfs_op_states op_state; member158 #define set_op_state_waiting(op) ((op)->op_state = OP_VFS_STATE_WAITING)159 #define set_op_state_inprogress(op) ((op)->op_state = OP_VFS_STATE_INPROGR)160 #define set_op_state_given_up(op) ((op)->op_state = OP_VFS_STATE_GIVEN_UP)163 op->op_state = OP_VFS_STATE_SERVICED; in set_op_state_serviced()167 #define op_state_waiting(op) ((op)->op_state & OP_VFS_STATE_WAITING)168 #define op_state_in_progress(op) ((op)->op_state & OP_VFS_STATE_INPROGR)169 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED)170 #define op_state_purged(op) ((op)->op_state & OP_VFS_STATE_PURGED)171 #define op_state_given_up(op) ((op)->op_state & OP_VFS_STATE_GIVEN_UP)[all …]
44 op->op_state, in purge_waiting_ops()114 op->op_state, in service_operation()231 op->op_state, in orangefs_cancel_op_in_progress()260 op->op_state |= OP_VFS_STATE_GIVEN_UP; in orangefs_clean_up_interrupted_operation()292 op->op_state); in orangefs_clean_up_interrupted_operation()
216 switch (new_op->op_state - OP_VFS_STATE_GIVEN_UP) { in wait_for_direct_io()239 new_op->op_state); in wait_for_direct_io()246 new_op->op_state, in wait_for_direct_io()
308 cur_op->op_state, in orangefs_devreq_read()331 cur_op->op_state, in orangefs_devreq_read()499 op->op_state, in orangefs_devreq_write_iter()
129 new_op->op_state = OP_VFS_STATE_UNKNOWN; in op_alloc()
237 op->op_state, in purge_inprogress_ops()
131 int op_state; member185 p->op_state = state; in ocfs2_control_set_handshake_state()191 return p->op_state; in ocfs2_control_get_handshake_state()314 BUG_ON(p->op_state != OCFS2_CONTROL_HANDSHAKE_PROTOCOL); in ocfs2_control_install_private()