Home
last modified time | relevance | path

Searched refs:OP_VFS_STATE_GIVEN_UP (Results 1 – 3 of 3) sorted by relevance

/linux/fs/orangefs/
H A Dorangefs-kernel.h93 OP_VFS_STATE_GIVEN_UP = 16, enumerator
137 #define set_op_state_given_up(op) ((op)->op_state = OP_VFS_STATE_GIVEN_UP)
148 #define op_state_given_up(op) ((op)->op_state & OP_VFS_STATE_GIVEN_UP)
H A Dwaitqueue.c264 op->op_state |= OP_VFS_STATE_GIVEN_UP; in orangefs_clean_up_interrupted_operation()
H A Dfile.c194 switch (new_op->op_state - OP_VFS_STATE_GIVEN_UP) { in wait_for_direct_io()