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

/linux-master/fs/orangefs/
H A Dorangefs-kernel.h92 OP_VFS_STATE_PURGED = 8, enumerator in enum:orangefs_vfs_op_states
147 #define op_state_purged(op) ((op)->op_state & OP_VFS_STATE_PURGED)
168 op->op_state |= OP_VFS_STATE_PURGED;

Completed in 86 milliseconds