Home
last modified time | relevance | path

Searched refs:ORANGEFS_OP_INTERRUPTIBLE (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/orangefs/
Dwaitqueue.c94 if (flags & ORANGEFS_OP_INTERRUPTIBLE) in service_operation()
147 flags & ORANGEFS_OP_INTERRUPTIBLE); in service_operation()
Dorangefs-kernel.h424 #define ORANGEFS_OP_INTERRUPTIBLE 1 /* service_operation() is interruptible */ macro
436 ORANGEFS_OP_INTERRUPTIBLE : 0)
Dorangefs-sysfs.c475 rc = service_operation(new_op, ser_op_type, ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_show()
796 rc = service_operation(new_op, "orangefs_param", ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_store()
Dsuper.c170 flags = ORANGEFS_OP_INTERRUPTIBLE; in orangefs_statfs()
Dorangefs-debugfs.c520 ORANGEFS_OP_INTERRUPTIBLE); in orangefs_debug_write()