Home
last modified time | relevance | path

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

/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.h450 #define ORANGEFS_OP_INTERRUPTIBLE 1 /* service_operation() is interruptible */ macro
463 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()