Home
last modified time | relevance | path

Searched refs:EDEADLOCK (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Derrno.h5 #undef EDEADLOCK
8 #undef EDEADLOCK
9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
/openbmc/linux/tools/arch/powerpc/include/uapi/asm/
H A Derrno.h5 #undef EDEADLOCK
8 #undef EDEADLOCK
9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
/openbmc/linux/fs/xfs/scrub/
H A Dfscounters.c385 return -EDEADLOCK; in xchk_fscount_aggregate_agcounts()
528 return -EDEADLOCK; in xchk_fscounters()
603 return -EDEADLOCK; in xchk_fscounters()
H A Dscrub.c525 if (error == -EDEADLOCK && !(sc->flags & XCHK_TRY_HARDER)) in xfs_scrub_metadata()
536 if (error == -EDEADLOCK && !(sc->flags & XCHK_TRY_HARDER)) in xfs_scrub_metadata()
H A Dattr.c218 error = -EDEADLOCK; in xchk_xattr_listent()
615 return -EDEADLOCK; in xchk_xattr()
H A Dcommon.c77 case -EDEADLOCK: in __xchk_process_error()
133 case -EDEADLOCK: in __xchk_fblock_process_error()
H A Drepair.c75 case -EDEADLOCK: in xrep_attempt()
H A Ddabtree.c41 case -EDEADLOCK: in xchk_da_process_error()
H A Dialloc.c336 return -EDEADLOCK; in xchk_iallocbt_check_cluster_ifree()
H A Dbtree.c38 case -EDEADLOCK: in __xchk_btree_process_error()
/openbmc/linux/lib/
H A Derrname.c43 #if EDEADLK != EDEADLOCK /* mips, sparc, powerpc */
44 E(EDEADLOCK),
/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h40 #define EDEADLOCK EDEADLK macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h40 #define EDEADLOCK EDEADLK macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h84 #define EDEADLOCK 108 /* File locking deadlock error */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h36 #define EDEADLOCK 56 /* File locking deadlock error */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h83 #define EDEADLOCK EDEADLK macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h83 #define EDEADLOCK EDEADLK macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h36 #define EDEADLOCK 56 /* File locking deadlock error */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h84 #define EDEADLOCK 108 /* File locking deadlock error */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h18 #define EDEADLOCK EDEADLK macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h18 #define EDEADLOCK EDEADLK macro
/openbmc/u-boot/include/linux/
H A Derrno.h65 #define EDEADLOCK EDEADLK macro
/openbmc/u-boot/lib/
H A Derrno_str.c72 ERRNO_MSG(EDEADLOCK, SAME_AS(EDEADLK)),
/openbmc/linux/fs/orangefs/
H A Dorangefs-utils.c466 EBADR, EDEADLOCK, ENODATA, ETIME, ENONET, EREMOTE, ECOMM,
/openbmc/linux/kernel/locking/
H A Drtmutex.c1634 if (res != -EDEADLOCK || detect_deadlock) in rt_mutex_handle_deadlock()

12