Home
last modified time | relevance | path

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

/openbmc/linux/fs/orangefs/
H A Dwaitqueue.c94 if (flags & ORANGEFS_OP_INTERRUPTIBLE) in service_operation()
325 interruptible = flags & ORANGEFS_OP_INTERRUPTIBLE; in wait_for_matching_downcall()
H A Dorangefs-kernel.h460 #define ORANGEFS_OP_INTERRUPTIBLE 1 /* service_operation() is interruptible */ macro
473 ORANGEFS_OP_INTERRUPTIBLE : 0)
H A Dorangefs-sysfs.c493 rc = service_operation(new_op, ser_op_type, ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_show()
814 rc = service_operation(new_op, "orangefs_param", ORANGEFS_OP_INTERRUPTIBLE); in sysfs_service_op_store()
H A Dsuper.c185 flags = ORANGEFS_OP_INTERRUPTIBLE; in orangefs_statfs()
H A Dorangefs-debugfs.c462 ORANGEFS_OP_INTERRUPTIBLE); in orangefs_debug_write()