Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/include/linux/
Dfcntl.h30 #define IS_SETLK32(cmd) ((cmd) == F_SETLK)
40 #define IS_SETLK64(cmd) ((cmd) == F_SETLK)
/linux-2.4.37.9/include/asm-s390x/
Dfcntl.h37 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-ia64/
Dfcntl.h38 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-x86_64/
Dfcntl.h30 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-alpha/
Dfcntl.h31 #define F_SETLK 8 macro
/linux-2.4.37.9/include/asm-s390/
Dfcntl.h37 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-sh/
Dfcntl.h30 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-sh64/
Dfcntl.h30 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-arm/
Dfcntl.h30 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-i386/
Dfcntl.h30 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-m68k/
Dfcntl.h30 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-cris/
Dfcntl.h32 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-sparc/
Dfcntl.h33 #define F_SETLK 8 macro
/linux-2.4.37.9/include/asm-parisc/
Dfcntl.h35 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-ppc/
Dfcntl.h30 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-ppc64/
Dfcntl.h37 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-mips/
Dfcntl.h38 #define F_SETLK 6 macro
/linux-2.4.37.9/include/asm-sparc64/
Dfcntl.h34 #define F_SETLK 8 macro
/linux-2.4.37.9/include/asm-mips64/
Dfcntl.h38 #define F_SETLK 6 macro
/linux-2.4.37.9/fs/
Dfcntl.c284 case F_SETLK: in do_fcntl()
Dlocks.c535 lock(fl->fl_file, F_SETLK, fl); in locks_unlock_delete()
/linux-2.4.37.9/arch/sparc64/solaris/
Dfs.c611 case SOL_F_SETLK: cmd = F_SETLK; break; in solaris_fcntl()
/linux-2.4.37.9/arch/x86_64/ia32/
Dsys_ia32.c1376 case F_SETLK: in sys32_fcntl()
1442 cmd = F_SETLK; in sys32_fcntl64()
1452 case F_SETLK: in sys32_fcntl64()
/linux-2.4.37.9/arch/mips64/kernel/
Dlinux32.c1622 case F_SETLK: in sys32_fcntl()
1650 return sys_fcntl(fd, F_SETLK, arg); in sys32_fcntl64()
/linux-2.4.37.9/arch/ia64/ia32/
Dsys_ia32.c3300 case F_SETLK: in sys32_fcntl()
3671 ((cmd == F_SETLK64) ? F_SETLK : F_SETLKW), in sys32_fcntl64()

12