Home
last modified time | relevance | path

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

/fs/orangefs/
Dorangefs-kernel.h131 enum orangefs_vfs_op_states op_state; member
158 #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 …]
Dwaitqueue.c44 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()
Dfile.c216 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()
Ddevorangefs-req.c308 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()
Dorangefs-cache.c129 new_op->op_state = OP_VFS_STATE_UNKNOWN; in op_alloc()
Dorangefs-mod.c237 op->op_state, in purge_inprogress_ops()
/fs/ocfs2/
Dstack_user.c131 int op_state; member
185 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()