/linux-2.4.37.9/include/linux/ |
D | fcntl.h | 29 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) 39 #define IS_GETLK64(cmd) ((cmd) == F_GETLK)
|
/linux-2.4.37.9/include/asm-s390x/ |
D | fcntl.h | 36 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | fcntl.h | 37 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | fcntl.h | 29 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | fcntl.h | 30 #define F_GETLK 7 macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | fcntl.h | 36 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | fcntl.h | 29 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | fcntl.h | 29 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | fcntl.h | 29 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | fcntl.h | 29 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | fcntl.h | 29 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | fcntl.h | 31 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | fcntl.h | 32 #define F_GETLK 7 macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | fcntl.h | 34 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | fcntl.h | 29 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | fcntl.h | 36 #define F_GETLK 5 macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | fcntl.h | 37 #define F_GETLK 14 macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | fcntl.h | 33 #define F_GETLK 7 macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | fcntl.h | 37 #define F_GETLK 14 macro
|
/linux-2.4.37.9/fs/ |
D | fcntl.c | 281 case F_GETLK: in do_fcntl()
|
D | locks.c | 1434 error = filp->f_op->lock(filp, F_GETLK, &file_lock); in fcntl_getlk() 1604 error = filp->f_op->lock(filp, F_GETLK, &file_lock); in fcntl_getlk64()
|
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | fs.c | 610 case SOL_F_GETLK: cmd = F_GETLK; break; in solaris_fcntl()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 1375 case F_GETLK: in sys32_fcntl() 1439 cmd = F_GETLK; in sys32_fcntl64() 1451 case F_GETLK: in sys32_fcntl64()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 449 case F_GETLK: in sys32_fcntl() 2775 return sys_fcntl(fd, cmd + F_GETLK - F_GETLK64, arg); in sys32_fcntl64()
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 3299 case F_GETLK: in sys32_fcntl() 3308 if (cmd == F_GETLK && put_flock32(&f, (struct flock32 *) A(arg))) in sys32_fcntl() 3670 ret = sys_fcntl(fd, (cmd == F_GETLK64) ? F_GETLK : in sys32_fcntl64()
|