Searched refs:F_GETLK (Results 1 – 16 of 16) sorted by relevance
| /linux/include/linux/ |
| A D | fcntl.h | 29 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) 39 #define IS_GETLK64(cmd) ((cmd) == F_GETLK)
|
| /linux/include/uapi/asm-generic/ |
| A D | fcntl.h | 104 #ifndef F_GETLK 105 #define F_GETLK 5 macro
|
| /linux/include/trace/misc/ |
| A D | fs.h | 57 { F_GETLK, "GETLK" }, \ 78 { F_GETLK, "GETLK" }, \
|
| /linux/arch/mips/include/uapi/asm/ |
| A D | fcntl.h | 40 #define F_GETLK 14 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| A D | fcntl.h | 38 #define F_GETLK 7 macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| A D | fcntl.h | 43 #define F_GETLK 7 macro
|
| /linux/tools/perf/trace/beauty/ |
| A D | fcntl.c | 93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK || in syscall_arg__scnprintf_fcntl_arg()
|
| /linux/fs/ |
| A D | fcntl.c | 479 case F_GETLK: in do_fcntl() 705 return F_GETLK; in convert_fcntl_cmd() 753 case F_GETLK: in do_compat_fcntl64()
|
| A D | locks.c | 2202 return filp->f_op->lock(filp, F_GETLK, fl); in vfs_test_lock()
|
| /linux/fs/orangefs/ |
| A D | file.c | 541 if (cmd == F_GETLK) { in orangefs_lock()
|
| /linux/arch/um/os-Linux/ |
| A D | file.c | 609 err = fcntl(fd, F_GETLK, &lock); in os_lock_file()
|
| /linux/security/smack/ |
| A D | smack_lsm.c | 1780 case F_GETLK: in smack_file_fcntl()
|
| /linux/fs/fuse/ |
| A D | file.c | 2713 } else if (cmd == F_GETLK) { in fuse_file_lock()
|
| /linux/Documentation/filesystems/ |
| A D | vfs.rst | 1177 called by the fcntl(2) system call for F_GETLK, F_SETLK, and
|
| /linux/security/selinux/ |
| A D | hooks.c | 3916 case F_GETLK: in selinux_file_fcntl()
|
| /linux/fs/nfs/ |
| A D | nfs4proc.c | 7714 return nfs4_proc_getlk(state, F_GETLK, request); in nfs4_proc_lock()
|
Completed in 73 milliseconds