Home
last modified time | relevance | path

Searched refs:OP_VFS_STATE_GIVEN_UP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-kernel.h93 OP_VFS_STATE_GIVEN_UP = 16, enumerator
145 #define set_op_state_given_up(op) ((op)->op_state = OP_VFS_STATE_GIVEN_UP)
156 #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;
H A Dfile.c193 switch (new_op->op_state - OP_VFS_STATE_GIVEN_UP) { in wait_for_direct_io()
/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-kernel.h93 OP_VFS_STATE_GIVEN_UP = 16, enumerator
147 #define set_op_state_given_up(op) ((op)->op_state = OP_VFS_STATE_GIVEN_UP)
158 #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;
H A Dfile.c194 switch (new_op->op_state - OP_VFS_STATE_GIVEN_UP) { in wait_for_direct_io()

Completed in 4 milliseconds