Home
last modified time | relevance | path

Searched refs:OP_VFS_STATE_SERVICED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-kernel.h91 OP_VFS_STATE_SERVICED = 4, enumerator
148 op->op_state = OP_VFS_STATE_SERVICED; in set_op_state_serviced()
154 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED)
/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-kernel.h91 OP_VFS_STATE_SERVICED = 4, enumerator
150 op->op_state = OP_VFS_STATE_SERVICED; in set_op_state_serviced()
156 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED)

Completed in 3 milliseconds