/Linux-v4.19/tools/arch/powerpc/include/uapi/asm/ |
D | errno.h | 7 #undef EDEADLOCK 8 #define EDEADLOCK 58 /* File locking deadlock error */ macro
|
/Linux-v4.19/arch/powerpc/include/uapi/asm/ |
D | errno.h | 7 #undef EDEADLOCK 8 #define EDEADLOCK 58 /* File locking deadlock error */ macro
|
/Linux-v4.19/tools/include/uapi/asm-generic/ |
D | errno.h | 40 #define EDEADLOCK EDEADLK macro
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | errno.h | 40 #define EDEADLOCK EDEADLK macro
|
/Linux-v4.19/arch/alpha/include/uapi/asm/ |
D | errno.h | 83 #define EDEADLOCK EDEADLK macro
|
/Linux-v4.19/arch/mips/include/uapi/asm/ |
D | errno.h | 36 #define EDEADLOCK 56 /* File locking deadlock error */ macro
|
/Linux-v4.19/arch/sparc/include/uapi/asm/ |
D | errno.h | 84 #define EDEADLOCK 108 /* File locking deadlock error */ macro
|
/Linux-v4.19/arch/parisc/include/uapi/asm/ |
D | errno.h | 18 #define EDEADLOCK EDEADLK macro
|
/Linux-v4.19/tools/arch/parisc/include/uapi/asm/ |
D | errno.h | 18 #define EDEADLOCK EDEADLK macro
|
/Linux-v4.19/tools/arch/sparc/include/uapi/asm/ |
D | errno.h | 84 #define EDEADLOCK 108 /* File locking deadlock error */ macro
|
/Linux-v4.19/tools/arch/alpha/include/uapi/asm/ |
D | errno.h | 83 #define EDEADLOCK EDEADLK macro
|
/Linux-v4.19/tools/arch/mips/include/uapi/asm/ |
D | errno.h | 36 #define EDEADLOCK 56 /* File locking deadlock error */ macro
|
/Linux-v4.19/fs/xfs/scrub/ |
D | common.c | 82 case -EDEADLOCK: in __xchk_process_error() 135 case -EDEADLOCK: in __xchk_fblock_process_error() 885 return -EDEADLOCK; in xchk_ilock_inverted()
|
D | parent.c | 323 if (sc->try_harder && error == -EDEADLOCK) { in xchk_parent()
|
D | scrub.c | 521 if (!try_harder && error == -EDEADLOCK) { in xfs_scrub_metadata()
|
D | ialloc.c | 165 return -EDEADLOCK; in xchk_iallocbt_check_cluster_freemask()
|
D | dabtree.c | 49 case -EDEADLOCK: in xchk_da_process_error()
|
D | btree.c | 44 case -EDEADLOCK: in __xchk_btree_process_error()
|
D | repair.c | 69 case -EDEADLOCK: in xrep_attempt()
|
/Linux-v4.19/fs/orangefs/ |
D | orangefs-utils.c | 481 EBADR, EDEADLOCK, ENODATA, ETIME, ENONET, EREMOTE, ECOMM,
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall.S | 596 ldo -EDEADLOCK(%r0), %r21
|
/Linux-v4.19/kernel/locking/ |
D | rtmutex.c | 1214 if (res != -EDEADLOCK || detect_deadlock) in rt_mutex_handle_deadlock()
|