Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dfcntl.h29 #define IS_GETLK32(cmd) ((cmd) == F_GETLK)
39 #define IS_GETLK64(cmd) ((cmd) == F_GETLK)
/linux-5.19.10/include/trace/events/
Dfs.h57 { F_GETLK, "GETLK" }, \
78 { F_GETLK, "GETLK" }, \
/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h105 #ifndef F_GETLK
106 #define F_GETLK 5 macro
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h105 #ifndef F_GETLK
106 #define F_GETLK 5 macro
/linux-5.19.10/arch/mips/include/uapi/asm/
Dfcntl.h40 #define F_GETLK 14 macro
/linux-5.19.10/arch/alpha/include/uapi/asm/
Dfcntl.h38 #define F_GETLK 7 macro
/linux-5.19.10/arch/sparc/include/uapi/asm/
Dfcntl.h43 #define F_GETLK 7 macro
/linux-5.19.10/tools/perf/trace/beauty/
Dfcntl.c93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK || in syscall_arg__scnprintf_fcntl_arg()
/linux-5.19.10/fs/
Dfcntl.c345 case F_GETLK: in do_fcntl()
572 return F_GETLK; in convert_fcntl_cmd()
620 case F_GETLK: in do_compat_fcntl64()
Dlocks.c2170 return filp->f_op->lock(filp, F_GETLK, fl); in vfs_test_lock()
/linux-5.19.10/fs/orangefs/
Dfile.c524 if (cmd == F_GETLK) { in orangefs_lock()
/linux-5.19.10/arch/um/os-Linux/
Dfile.c591 err = fcntl(fd, F_GETLK, &lock); in os_lock_file()
/linux-5.19.10/fs/fuse/
Dfile.c2570 } else if (cmd == F_GETLK) { in fuse_file_lock()
/linux-5.19.10/security/smack/
Dsmack_lsm.c1604 case F_GETLK: in smack_file_fcntl()
/linux-5.19.10/Documentation/filesystems/
Dvfs.rst1092 called by the fcntl(2) system call for F_GETLK, F_SETLK, and
/linux-5.19.10/security/selinux/
Dhooks.c3845 case F_GETLK: in selinux_file_fcntl()
/linux-5.19.10/fs/nfs/
Dnfs4proc.c7508 return nfs4_proc_getlk(state, F_GETLK, request); in nfs4_proc_lock()