Searched refs:ENOLCK (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dlocks.c115 return -ENOLCK;
117 return -ENOLCK;
135 return -ENOLCK;
137 return -ENOLCK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/Include/
H A Derrno.h40 #define ENOLCK 37 /* No record locks available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Derrno.h154 #define ENOLCK 77 /* No locks available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Derrno.h154 #define ENOLCK 77 /* No locks available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Derrno.h154 #define ENOLCK 77 /* No locks available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Derrno.h18 #define ENOLCK 46 /* No record locks available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Derrno.h8 #define ENOLCK 37 /* No record locks available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dmisc.c55 case 0x2f6df24: return -ENOLCK;
H A Dflock.c527 return -ENOLCK;
555 return -ENOLCK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Derrno.h52 #define ENOLCK 79 /* No record locks available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Derrno.h28 #define ENOLCK 46 /* No record locks available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Derrno.h49 #define ENOLCK 77 /* No record locks available */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-errno.c62 int e37 = ENOLCK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dclntproc.c276 return -ENOLCK;
304 return -ENOLCK;
356 return ERR_PTR(-ENOLCK);
521 int status = -ENOLCK;
589 * turn it into an ENOLCK.
592 status = -ENOLCK;
645 return -ENOLCK;
686 status = -ENOLCK;
750 status = -ENOLCK;
818 return -ENOLCK;
[all...]
H A Dclntlock.c68 return ERR_PTR(-ENOLCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrerror.c186 ERRSTR(ENOLCK, "No locks available");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Derror.c90 {"No locks available", ENOLCK},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dfile.c647 return -ENOLCK;
649 return -ENOLCK;
736 return -ENOLCK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.h60 #define ENOLCK ERROR_SHARING_BUFFER_EXCEEDED macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_file.c123 return -ENOLCK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dlocks.c842 error = -ENOLCK; /* "no luck" */
855 error = -ENOLCK;
1644 return -ENOLCK;
1762 return -ENOLCK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dposix.c194 if (!ret && ((errno == EFBIG) || (errno == ENOLCK) || (errno == EINVAL))) {
239 if (!ret && ((errno == EFBIG) || (errno == ENOLCK) || (errno == EINVAL))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dnetmisc.c75 {ERRnotlocked, -ENOLCK},
76 {ERRcancelviolation, -ENOLCK},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dfile.c790 int ret = -ENOLCK;
831 return -ENOLCK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h1195 return -ENOLCK;
1200 return -ENOLCK;
1217 return -ENOLCK;
1228 return -ENOLCK;

Completed in 296 milliseconds

12