/linux-6.6.21/fs/lockd/ |
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 …]
|
D | clntlock.c | 70 return ERR_PTR(-ENOLCK); in nlmclnt_init()
|
/linux-6.6.21/fs/ocfs2/ |
D | locks.c | 104 return -ENOLCK; in ocfs2_flock() 122 return -ENOLCK; in ocfs2_lock()
|
/linux-6.6.21/include/linux/ |
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.6.21/Documentation/userspace-api/media/v4l/ |
D | vidioc-query-dv-timings.rst | 59 the receiver could not lock to the signal, then ``ENOLCK`` is returned. If 81 ENOLCK
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | errno.h | 9 #define ENOLCK 37 /* No record locks available */ macro
|
/linux-6.6.21/tools/include/uapi/asm-generic/ |
D | errno.h | 9 #define ENOLCK 37 /* No record locks available */ macro
|
/linux-6.6.21/tools/arch/alpha/include/uapi/asm/ |
D | errno.h | 50 #define ENOLCK 77 /* No record locks available */ macro
|
/linux-6.6.21/tools/arch/sparc/include/uapi/asm/ |
D | errno.h | 53 #define ENOLCK 79 /* No record locks available */ macro
|
/linux-6.6.21/tools/arch/mips/include/uapi/asm/ |
D | errno.h | 29 #define ENOLCK 46 /* No record locks available */ macro
|
/linux-6.6.21/tools/arch/parisc/include/uapi/asm/ |
D | errno.h | 19 #define ENOLCK 46 /* No record locks available */ macro
|
/linux-6.6.21/arch/parisc/include/uapi/asm/ |
D | errno.h | 19 #define ENOLCK 46 /* No record locks available */ macro
|
/linux-6.6.21/arch/alpha/include/uapi/asm/ |
D | errno.h | 50 #define ENOLCK 77 /* No record locks available */ macro
|
/linux-6.6.21/arch/sparc/include/uapi/asm/ |
D | errno.h | 53 #define ENOLCK 79 /* No record locks available */ macro
|
/linux-6.6.21/arch/mips/include/uapi/asm/ |
D | errno.h | 29 #define ENOLCK 46 /* No record locks available */ macro
|
/linux-6.6.21/fs/9p/ |
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()
|
/linux-6.6.21/fs/afs/ |
D | misc.c | 84 case UAENOLCK: return -ENOLCK; in afs_abort_to_error()
|
/linux-6.6.21/net/9p/ |
D | error.c | 76 {"No locks available", ENOLCK},
|
/linux-6.6.21/fs/ceph/ |
D | locks.c | 255 return -ENOLCK; in ceph_lock() 320 return -ENOLCK; in ceph_flock()
|
/linux-6.6.21/lib/ |
D | errname.c | 103 E(ENOLCK),
|
/linux-6.6.21/fs/ |
D | locks.c | 1258 error = -ENOLCK; in posix_lock_inode() 1277 error = -ENOLCK; /* "no luck" */ in posix_lock_inode() 1290 error = -ENOLCK; in posix_lock_inode() 1892 return -ENOLCK; in generic_setlease() 2344 return -ENOLCK; in fcntl_setlk() 2467 return -ENOLCK; in fcntl_setlk64()
|
/linux-6.6.21/drivers/most/ |
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.6.21/fs/nfs/ |
D | file.c | 832 int ret = -ENOLCK; in nfs_lock() 876 return -ENOLCK; in nfs_flock()
|
/linux-6.6.21/drivers/media/spi/ |
D | gs1662.c | 312 return -ENOLCK; in gs_query_dv_timings()
|
/linux-6.6.21/fs/smb/client/ |
D | netmisc.c | 61 {ERRnotlocked, -ENOLCK}, 62 {ERRcancelviolation, -ENOLCK},
|