/openbmc/linux/tools/arch/powerpc/include/uapi/asm/ |
H A D | errno.h | 5 #undef EDEADLOCK 8 #undef EDEADLOCK 9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | errno.h | 5 #undef EDEADLOCK 8 #undef EDEADLOCK 9 #define EDEADLOCK 58 /* File locking deadlock error */ macro
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | fscounters.c | 385 return -EDEADLOCK; in xchk_fscount_aggregate_agcounts() 528 return -EDEADLOCK; in xchk_fscounters() 603 return -EDEADLOCK; in xchk_fscounters()
|
H A D | scrub.c | 525 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 D | attr.c | 209 error = -EDEADLOCK; in xchk_xattr_listent() 624 return -EDEADLOCK; in xchk_xattr()
|
H A D | common.c | 77 case -EDEADLOCK: in __xchk_process_error() 133 case -EDEADLOCK: in __xchk_fblock_process_error()
|
H A D | repair.c | 75 case -EDEADLOCK: in xrep_attempt()
|
H A D | dabtree.c | 41 case -EDEADLOCK: in xchk_da_process_error()
|
H A D | ialloc.c | 336 return -EDEADLOCK; in xchk_iallocbt_check_cluster_ifree()
|
H A D | btree.c | 38 case -EDEADLOCK: in __xchk_btree_process_error()
|
/openbmc/linux/lib/ |
H A D | errname.c | 43 #if EDEADLK != EDEADLOCK /* mips, sparc, powerpc */ 44 E(EDEADLOCK),
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 40 #define EDEADLOCK EDEADLK macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 40 #define EDEADLOCK EDEADLK macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 84 #define EDEADLOCK 108 /* File locking deadlock error */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 84 #define EDEADLOCK 108 /* File locking deadlock error */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 83 #define EDEADLOCK EDEADLK macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 18 #define EDEADLOCK EDEADLK macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 36 #define EDEADLOCK 56 /* File locking deadlock error */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 83 #define EDEADLOCK EDEADLK macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 18 #define EDEADLOCK EDEADLK macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 36 #define EDEADLOCK 56 /* File locking deadlock error */ macro
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 65 #define EDEADLOCK EDEADLK macro
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 72 ERRNO_MSG(EDEADLOCK, SAME_AS(EDEADLK)),
|
/openbmc/linux/fs/orangefs/ |
H A D | orangefs-utils.c | 466 EBADR, EDEADLOCK, ENODATA, ETIME, ENONET, EREMOTE, ECOMM,
|
/openbmc/linux/kernel/locking/ |
H A D | rtmutex.c | 1634 if (res != -EDEADLOCK || detect_deadlock) in rt_mutex_handle_deadlock()
|