Searched refs:F_GETLK (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h38 #define F_GETLK 7 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dfcntl.h40 #define F_GETLK 14 macro
/linux-master/include/linux/
H A Dfcntl.h29 #define IS_GETLK32(cmd) ((cmd) == F_GETLK)
39 #define IS_GETLK64(cmd) ((cmd) == F_GETLK)
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h43 #define F_GETLK 7 macro
/linux-master/include/trace/misc/
H A Dfs.h57 { F_GETLK, "GETLK" }, \
78 { F_GETLK, "GETLK" }, \
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h104 #ifndef F_GETLK
105 #define F_GETLK 5 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h104 #ifndef F_GETLK
105 #define F_GETLK 5 macro
/linux-master/tools/perf/trace/beauty/
H A Dfcntl.c93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK ||
/linux-master/fs/
H A Dfcntl.c362 case F_GETLK:
591 return F_GETLK;
639 case F_GETLK:
H A Dlocks.c2198 return filp->f_op->lock(filp, F_GETLK, fl);
2272 * This implements the F_GETLK command of fcntl().
2318 * @cmd: type of locking operation (F_SETLK, F_GETLK, etc.)
2481 * This implements the F_GETLK command of fcntl().
/linux-master/fs/orangefs/
H A Dfile.c541 if (cmd == F_GETLK) {
/linux-master/arch/um/os-Linux/
H A Dfile.c591 err = fcntl(fd, F_GETLK, &lock);
/linux-master/security/smack/
H A Dsmack_lsm.c1755 case F_GETLK:
/linux-master/fs/fuse/
H A Dfile.c2704 } else if (cmd == F_GETLK) {
/linux-master/security/selinux/
H A Dhooks.c3907 case F_GETLK:
/linux-master/fs/nfs/
H A Dnfs4proc.c7556 return nfs4_proc_getlk(state, F_GETLK, request);

Completed in 242 milliseconds