/openbmc/linux/fs/lockd/ |
H A D | clntproc.c | 286 return -ENOLCK; in nlmclnt_call() 314 return -ENOLCK; in nlmclnt_call() 367 return ERR_PTR(-ENOLCK); in __nlm_async_call() 528 int status = -ENOLCK; in nlmclnt_lock() 609 status = -ENOLCK; in nlmclnt_lock() 674 return -ENOLCK; in nlmclnt_reclaim() 716 status = -ENOLCK; in nlmclnt_unlock() 801 status = -ENOLCK; in nlmclnt_cancel() 864 return -ENOLCK; in nlm_stat_to_errno() 867 return -ENOLCK; in nlm_stat_to_errno() [all …]
|
H A D | clntlock.c | 70 return ERR_PTR(-ENOLCK); in nlmclnt_init()
|
/openbmc/linux/fs/ocfs2/ |
H A D | locks.c | 104 return -ENOLCK; in ocfs2_flock() 122 return -ENOLCK; in ocfs2_lock()
|
/openbmc/linux/include/linux/ |
H A D | filelock.h | 264 return -ENOLCK; in posix_lock_file() 280 return -ENOLCK; in vfs_lock_file() 295 return -ENOLCK; in locks_lock_inode_wait()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-query-dv-timings.rst | 59 the receiver could not lock to the signal, then ``ENOLCK`` is returned. If 81 ENOLCK
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 9 #define ENOLCK 37 /* No record locks available */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 9 #define ENOLCK 37 /* No record locks available */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 53 #define ENOLCK 79 /* No record locks available */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 53 #define ENOLCK 79 /* No record locks available */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 50 #define ENOLCK 77 /* No record locks available */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 19 #define ENOLCK 46 /* No record locks available */ macro
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | imap-2007f-format-security.patch | 13 case ENOLCK: /* lock table is full */
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 29 #define ENOLCK 46 /* No record locks available */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 50 #define ENOLCK 77 /* No record locks available */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 19 #define ENOLCK 46 /* No record locks available */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 29 #define ENOLCK 46 /* No record locks available */ macro
|
/openbmc/linux/fs/9p/ |
H A D | vfs_file.c | 201 res = -ENOLCK; in v9fs_file_do_lock() 291 int ret = -ENOLCK; in v9fs_file_lock_dotl() 322 int ret = -ENOLCK; in v9fs_file_flock_dotl()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 41 #define ENOLCK 37 /* No record locks available */ macro
|
/openbmc/linux/fs/afs/ |
H A D | misc.c | 84 case UAENOLCK: return -ENOLCK; in afs_abort_to_error()
|
/openbmc/linux/net/9p/ |
H A D | error.c | 76 {"No locks available", ENOLCK},
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 51 ERRNO_MSG(ENOLCK, "No record locks available"),
|
/openbmc/linux/fs/ceph/ |
H A D | locks.c | 255 return -ENOLCK; in ceph_lock() 320 return -ENOLCK; in ceph_flock()
|
/openbmc/linux/lib/ |
H A D | errname.c | 103 E(ENOLCK),
|
/openbmc/qemu/linux-user/ |
H A D | errnos.c.inc | 93 E(ENOLCK)
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
H A D | fcntl-lock.c | 281 exit((err == ENOLCK||err == ENOMEM) ? EX_OSERR : EX_DATAERR); in main()
|