Home
last modified time | relevance | path

Searched refs:op_state (Results 1 – 7 of 7) sorted by relevance

/fs/orangefs/
Dorangefs-kernel.h116 enum orangefs_vfs_op_states op_state; member
143 #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 …]
Dwaitqueue.c49 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()
Dfile.c193 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()
Ddevorangefs-req.c316 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()
Dorangefs-cache.c130 new_op->op_state = OP_VFS_STATE_UNKNOWN; in op_alloc()
Dorangefs-mod.c224 op->op_state, in purge_inprogress_ops()
/fs/ocfs2/
Dstack_user.c123 int op_state; member
177 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()