Home
last modified time | relevance | path

Searched refs:F_GETLK (Results 1 – 25 of 29) sorted by relevance

12

/linux-2.4.37.9/include/linux/
Dfcntl.h29 #define IS_GETLK32(cmd) ((cmd) == F_GETLK)
39 #define IS_GETLK64(cmd) ((cmd) == F_GETLK)
/linux-2.4.37.9/include/asm-s390x/
Dfcntl.h36 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-ia64/
Dfcntl.h37 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-x86_64/
Dfcntl.h29 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-alpha/
Dfcntl.h30 #define F_GETLK 7 macro
/linux-2.4.37.9/include/asm-s390/
Dfcntl.h36 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-sh/
Dfcntl.h29 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-sh64/
Dfcntl.h29 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-arm/
Dfcntl.h29 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-i386/
Dfcntl.h29 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-m68k/
Dfcntl.h29 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-cris/
Dfcntl.h31 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-sparc/
Dfcntl.h32 #define F_GETLK 7 macro
/linux-2.4.37.9/include/asm-parisc/
Dfcntl.h34 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-ppc/
Dfcntl.h29 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-ppc64/
Dfcntl.h36 #define F_GETLK 5 macro
/linux-2.4.37.9/include/asm-mips/
Dfcntl.h37 #define F_GETLK 14 macro
/linux-2.4.37.9/include/asm-sparc64/
Dfcntl.h33 #define F_GETLK 7 macro
/linux-2.4.37.9/include/asm-mips64/
Dfcntl.h37 #define F_GETLK 14 macro
/linux-2.4.37.9/fs/
Dfcntl.c281 case F_GETLK: in do_fcntl()
Dlocks.c1434 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/
Dfs.c610 case SOL_F_GETLK: cmd = F_GETLK; break; in solaris_fcntl()
/linux-2.4.37.9/arch/x86_64/ia32/
Dsys_ia32.c1375 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/
Dsys_parisc32.c449 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/
Dsys_ia32.c3299 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()

12