Home
last modified time | relevance | path

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

/linux-4.19.296/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.c218 op->upcall.type = ORANGEFS_VFS_OP_CANCEL; in orangefs_cancel_op_in_progress()
Dorangefs-kernel.h156 #define op_is_cancel(op) ((op)->upcall.type == ORANGEFS_VFS_OP_CANCEL)