/Linux-v5.4/fs/ocfs2/ |
D | locks.c | 105 return -ENOLCK; in ocfs2_flock() 107 return -ENOLCK; in ocfs2_flock() 125 return -ENOLCK; in ocfs2_lock() 127 return -ENOLCK; in ocfs2_lock()
|
/Linux-v5.4/fs/lockd/ |
D | clntproc.c | 283 return -ENOLCK; in nlmclnt_call() 311 return -ENOLCK; in nlmclnt_call() 364 return ERR_PTR(-ENOLCK); in __nlm_async_call() 521 int status = -ENOLCK; in nlmclnt_lock() 592 status = -ENOLCK; in nlmclnt_lock() 654 return -ENOLCK; in nlmclnt_reclaim() 696 status = -ENOLCK; in nlmclnt_unlock() 778 status = -ENOLCK; in nlmclnt_cancel() 844 return -ENOLCK; in nlm_stat_to_errno() 847 return -ENOLCK; in nlm_stat_to_errno() [all …]
|
D | clntlock.c | 79 return ERR_PTR(-ENOLCK); in nlmclnt_init()
|
/Linux-v5.4/fs/9p/ |
D | vfs_file.c | 125 return -ENOLCK; in v9fs_file_lock() 219 res = -ENOLCK; in v9fs_file_do_lock() 309 int ret = -ENOLCK; in v9fs_file_lock_dotl() 345 int ret = -ENOLCK; in v9fs_file_flock_dotl()
|
/Linux-v5.4/include/uapi/asm-generic/ |
D | errno.h | 9 #define ENOLCK 37 /* No record locks available */ macro
|
/Linux-v5.4/tools/include/uapi/asm-generic/ |
D | errno.h | 9 #define ENOLCK 37 /* No record locks available */ macro
|
/Linux-v5.4/arch/sparc/include/uapi/asm/ |
D | errno.h | 53 #define ENOLCK 79 /* No record locks available */ macro
|
/Linux-v5.4/arch/parisc/include/uapi/asm/ |
D | errno.h | 19 #define ENOLCK 46 /* No record locks available */ macro
|
/Linux-v5.4/arch/alpha/include/uapi/asm/ |
D | errno.h | 50 #define ENOLCK 77 /* No record locks available */ macro
|
/Linux-v5.4/arch/mips/include/uapi/asm/ |
D | errno.h | 29 #define ENOLCK 46 /* No record locks available */ macro
|
/Linux-v5.4/tools/arch/mips/include/uapi/asm/ |
D | errno.h | 29 #define ENOLCK 46 /* No record locks available */ macro
|
/Linux-v5.4/tools/arch/alpha/include/uapi/asm/ |
D | errno.h | 50 #define ENOLCK 77 /* No record locks available */ macro
|
/Linux-v5.4/tools/arch/parisc/include/uapi/asm/ |
D | errno.h | 19 #define ENOLCK 46 /* No record locks available */ macro
|
/Linux-v5.4/tools/arch/sparc/include/uapi/asm/ |
D | errno.h | 53 #define ENOLCK 79 /* No record locks available */ macro
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | vidioc-query-dv-timings.rst | 66 the receiver could not lock to the signal, then ``ENOLCK`` is returned. If 89 ENOLCK
|
/Linux-v5.4/fs/ceph/ |
D | locks.c | 227 return -ENOLCK; in ceph_lock() 230 return -ENOLCK; in ceph_lock() 286 return -ENOLCK; in ceph_flock()
|
/Linux-v5.4/fs/afs/ |
D | misc.c | 83 case UAENOLCK: return -ENOLCK; in afs_abort_to_error()
|
D | flock.c | 788 return -ENOLCK; in afs_lock() 832 return -ENOLCK; in afs_flock()
|
/Linux-v5.4/net/9p/ |
D | error.c | 78 {"No locks available", ENOLCK},
|
/Linux-v5.4/fs/nfs/ |
D | file.c | 769 int ret = -ENOLCK; in nfs_lock() 814 return -ENOLCK; in nfs_flock()
|
/Linux-v5.4/fs/ |
D | locks.c | 1258 error = -ENOLCK; in posix_lock_inode() 1276 error = -ENOLCK; /* "no luck" */ in posix_lock_inode() 1289 error = -ENOLCK; in posix_lock_inode() 1985 return -ENOLCK; in generic_setlease() 2453 return -ENOLCK; in fcntl_setlk() 2584 return -ENOLCK; in fcntl_setlk64()
|
/Linux-v5.4/drivers/media/spi/ |
D | gs1662.c | 300 return -ENOLCK; in gs_query_dv_timings()
|
/Linux-v5.4/fs/gfs2/ |
D | file.c | 1174 return -ENOLCK; in gfs2_lock() 1176 return -ENOLCK; in gfs2_lock() 1278 return -ENOLCK; in gfs2_flock()
|
/Linux-v5.4/fs/cifs/ |
D | netmisc.c | 62 {ERRnotlocked, -ENOLCK}, 63 {ERRcancelviolation, -ENOLCK},
|
/Linux-v5.4/fs/orangefs/ |
D | orangefs-utils.c | 465 ENOLCK, ENOSYS, ENOTEMPTY, ELOOP, EWOULDBLOCK, ENOMSG, EUNATCH,
|