Home
last modified time | relevance | path

Searched refs:ENOLCK (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/linux/fs/lockd/
H A Dclntproc.c286 return -ENOLCK; in nlmclnt_call()
314 return -ENOLCK; in nlmclnt_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()
878 return -ENOLCK; in nlm_stat_to_errno()
[all …]
H A Dclntlock.c70 return ERR_PTR(-ENOLCK); in nlmclnt_init()
/openbmc/linux/fs/ocfs2/
H A Dlocks.c104 return -ENOLCK; in ocfs2_flock()
122 return -ENOLCK; in ocfs2_lock()
/openbmc/linux/include/linux/
H A Dfilelock.h264 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 Dvidioc-query-dv-timings.rst59 the receiver could not lock to the signal, then ``ENOLCK`` is returned. If
81 ENOLCK
/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h9 #define ENOLCK 37 /* No record locks available */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h9 #define ENOLCK 37 /* No record locks available */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h53 #define ENOLCK 79 /* No record locks available */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h29 #define ENOLCK 46 /* No record locks available */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h50 #define ENOLCK 77 /* No record locks available */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h50 #define ENOLCK 77 /* No record locks available */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h29 #define ENOLCK 46 /* No record locks available */ macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007f-format-security.patch13 case ENOLCK: /* lock table is full */
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h53 #define ENOLCK 79 /* No record locks available */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h19 #define ENOLCK 46 /* No record locks available */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h19 #define ENOLCK 46 /* No record locks available */ macro
/openbmc/u-boot/include/linux/
H A Derrno.h41 #define ENOLCK 37 /* No record locks available */ macro
/openbmc/linux/fs/9p/
H A Dvfs_file.c201 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/linux/fs/afs/
H A Dmisc.c84 case UAENOLCK: return -ENOLCK; in afs_abort_to_error()
/openbmc/linux/net/9p/
H A Derror.c76 {"No locks available", ENOLCK},
/openbmc/u-boot/lib/
H A Derrno_str.c51 ERRNO_MSG(ENOLCK, "No record locks available"),
/openbmc/linux/fs/ceph/
H A Dlocks.c255 return -ENOLCK; in ceph_lock()
320 return -ENOLCK; in ceph_flock()
/openbmc/qemu/linux-user/
H A Derrnos.c.inc93 E(ENOLCK)
/openbmc/linux/lib/
H A Derrname.c103 E(ENOLCK),
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c281 exit((err == ENOLCK||err == ENOMEM) ? EX_OSERR : EX_DATAERR); in main()

12