/linux-6.3-rc2/fs/lockd/ |
A D | clntproc.c | 284 return -ENOLCK; in nlmclnt_call() 312 return -ENOLCK; in nlmclnt_call() 522 int status = -ENOLCK; in nlmclnt_lock() 593 status = -ENOLCK; in nlmclnt_lock() 655 return -ENOLCK; in nlmclnt_reclaim() 697 status = -ENOLCK; in nlmclnt_unlock() 779 status = -ENOLCK; in nlmclnt_cancel() 842 return -ENOLCK; in nlm_stat_to_errno() 845 return -ENOLCK; in nlm_stat_to_errno() 856 return -ENOLCK; in nlm_stat_to_errno() [all …]
|
A D | clntlock.c | 79 return ERR_PTR(-ENOLCK); in nlmclnt_init()
|
/linux-6.3-rc2/fs/ocfs2/ |
A D | locks.c | 104 return -ENOLCK; in ocfs2_flock() 122 return -ENOLCK; in ocfs2_lock()
|
/linux-6.3-rc2/include/linux/ |
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()
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | vidioc-query-dv-timings.rst | 59 the receiver could not lock to the signal, then ``ENOLCK`` is returned. If 81 ENOLCK
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | errno.h | 9 #define ENOLCK 37 /* No record locks available */ macro
|
/linux-6.3-rc2/tools/include/uapi/asm-generic/ |
A D | errno.h | 9 #define ENOLCK 37 /* No record locks available */ macro
|
/linux-6.3-rc2/arch/sparc/include/uapi/asm/ |
A D | errno.h | 53 #define ENOLCK 79 /* No record locks available */ macro
|
/linux-6.3-rc2/tools/arch/alpha/include/uapi/asm/ |
A D | errno.h | 50 #define ENOLCK 77 /* No record locks available */ macro
|
/linux-6.3-rc2/tools/arch/mips/include/uapi/asm/ |
A D | errno.h | 29 #define ENOLCK 46 /* No record locks available */ macro
|
/linux-6.3-rc2/tools/arch/parisc/include/uapi/asm/ |
A D | errno.h | 19 #define ENOLCK 46 /* No record locks available */ macro
|
/linux-6.3-rc2/tools/arch/sparc/include/uapi/asm/ |
A D | errno.h | 53 #define ENOLCK 79 /* No record locks available */ macro
|
/linux-6.3-rc2/arch/mips/include/uapi/asm/ |
A D | errno.h | 29 #define ENOLCK 46 /* No record locks available */ macro
|
/linux-6.3-rc2/arch/parisc/include/uapi/asm/ |
A D | errno.h | 19 #define ENOLCK 46 /* No record locks available */ macro
|
/linux-6.3-rc2/arch/alpha/include/uapi/asm/ |
A D | errno.h | 50 #define ENOLCK 77 /* No record locks available */ macro
|
/linux-6.3-rc2/fs/9p/ |
A D | vfs_file.c | 215 res = -ENOLCK; in v9fs_file_do_lock() 305 int ret = -ENOLCK; in v9fs_file_lock_dotl() 336 int ret = -ENOLCK; in v9fs_file_flock_dotl()
|
/linux-6.3-rc2/fs/afs/ |
A D | misc.c | 84 case UAENOLCK: return -ENOLCK; in afs_abort_to_error()
|
/linux-6.3-rc2/net/9p/ |
A D | error.c | 76 {"No locks available", ENOLCK},
|
/linux-6.3-rc2/fs/ceph/ |
A D | locks.c | 255 return -ENOLCK; in ceph_lock() 320 return -ENOLCK; in ceph_flock()
|
/linux-6.3-rc2/lib/ |
A D | errname.c | 103 E(ENOLCK),
|
/linux-6.3-rc2/fs/ |
A D | locks.c | 1243 error = -ENOLCK; in posix_lock_inode() 1262 error = -ENOLCK; /* "no luck" */ in posix_lock_inode() 1275 error = -ENOLCK; in posix_lock_inode() 1884 return -ENOLCK; in generic_setlease() 2335 return -ENOLCK; in fcntl_setlk() 2457 return -ENOLCK; in fcntl_setlk64()
|
/linux-6.3-rc2/fs/nfs/ |
A D | file.c | 823 int ret = -ENOLCK; in nfs_lock() 867 return -ENOLCK; in nfs_flock()
|
/linux-6.3-rc2/drivers/most/ |
A D | configfs.c | 435 return ERR_PTR(-ENOLCK); in most_common_make_item() 609 return ERR_PTR(-ENOLCK); in most_sound_make_group()
|
/linux-6.3-rc2/drivers/media/spi/ |
A D | gs1662.c | 312 return -ENOLCK; in gs_query_dv_timings()
|
/linux-6.3-rc2/fs/cifs/ |
A D | netmisc.c | 61 {ERRnotlocked, -ENOLCK}, 62 {ERRcancelviolation, -ENOLCK},
|