Home
last modified time | relevance | path

Searched refs:ORANGEFS_VFS_OP_CANCEL (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/orangefs/
Dorangefs-dev-proto.h41 #define ORANGEFS_VFS_OP_CANCEL 0xFF00EE00 macro
Dorangefs-cache.c95 else if (type == ORANGEFS_VFS_OP_CANCEL) in get_opname_string()
Dwaitqueue.c216 op->upcall.type = ORANGEFS_VFS_OP_CANCEL; in orangefs_cancel_op_in_progress()
Dorangefs-kernel.h159 #define op_is_cancel(op) ((op)->upcall.type == ORANGEFS_VFS_OP_CANCEL)