Searched refs:op_state (Results 1 – 7 of 7) sorted by relevance
116 enum orangefs_vfs_op_states op_state; member143 #define set_op_state_waiting(op) ((op)->op_state = OP_VFS_STATE_WAITING)144 #define set_op_state_inprogress(op) ((op)->op_state = OP_VFS_STATE_INPROGR)145 #define set_op_state_given_up(op) ((op)->op_state = OP_VFS_STATE_GIVEN_UP)148 op->op_state = OP_VFS_STATE_SERVICED; in set_op_state_serviced()152 #define op_state_waiting(op) ((op)->op_state & OP_VFS_STATE_WAITING)153 #define op_state_in_progress(op) ((op)->op_state & OP_VFS_STATE_INPROGR)154 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED)155 #define op_state_purged(op) ((op)->op_state & OP_VFS_STATE_PURGED)156 #define op_state_given_up(op) ((op)->op_state & OP_VFS_STATE_GIVEN_UP)[all …]
49 op->op_state, in purge_waiting_ops()119 op->op_state, in service_operation()234 op->op_state, in orangefs_cancel_op_in_progress()264 op->op_state |= OP_VFS_STATE_GIVEN_UP; in orangefs_clean_up_interrupted_operation()296 op->op_state); in orangefs_clean_up_interrupted_operation()
193 switch (new_op->op_state - OP_VFS_STATE_GIVEN_UP) { in wait_for_direct_io()219 new_op->op_state); in wait_for_direct_io()226 new_op->op_state, in wait_for_direct_io()
316 cur_op->op_state, in orangefs_devreq_read()339 cur_op->op_state, in orangefs_devreq_read()498 op->op_state, in orangefs_devreq_write_iter()
130 new_op->op_state = OP_VFS_STATE_UNKNOWN; in op_alloc()
224 op->op_state, in purge_inprogress_ops()
123 int op_state; member177 p->op_state = state; in ocfs2_control_set_handshake_state()183 return p->op_state; in ocfs2_control_get_handshake_state()306 BUG_ON(p->op_state != OCFS2_CONTROL_HANDSHAKE_PROTOCOL); in ocfs2_control_install_private()