Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfcntl.h19 #define IS_GETLK32(cmd) ((cmd) == F_GETLK)
29 #define IS_GETLK64(cmd) ((cmd) == F_GETLK)
/Linux-v5.4/include/uapi/asm-generic/
Dfcntl.h105 #ifndef F_GETLK
106 #define F_GETLK 5 macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dfcntl.h104 #ifndef F_GETLK
105 #define F_GETLK 5 macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dfcntl.h38 #define F_GETLK 7 macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dfcntl.h43 #define F_GETLK 7 macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dfcntl.h40 #define F_GETLK 14 macro
/Linux-v5.4/tools/perf/trace/beauty/
Dfcntl.c93 if (cmd == F_SETLK || cmd == F_SETLKW || cmd == F_GETLK || in syscall_arg__scnprintf_fcntl_arg()
/Linux-v5.4/fs/
Dfcntl.c353 case F_GETLK: in do_fcntl()
582 return F_GETLK; in convert_fcntl_cmd()
630 case F_GETLK: in do_compat_fcntl64()
Dlocks.c2247 return filp->f_op->lock(filp, F_GETLK, fl); in vfs_test_lock()
2341 cmd = F_GETLK; in fcntl_getlk()
/Linux-v5.4/fs/orangefs/
Dfile.c607 if (cmd == F_GETLK) { in orangefs_lock()
/Linux-v5.4/arch/um/os-Linux/
Dfile.c587 err = fcntl(fd, F_GETLK, &lock); in os_lock_file()
/Linux-v5.4/fs/nfs/
Dnfs4trace.h780 TRACE_DEFINE_ENUM(F_GETLK);
789 { F_GETLK, "GETLK" }, \
Dnfs4proc.c7141 return nfs4_proc_getlk(state, F_GETLK, request); in nfs4_proc_lock()
/Linux-v5.4/security/smack/
Dsmack_lsm.c1625 case F_GETLK: in smack_file_fcntl()
/Linux-v5.4/fs/fuse/
Dfile.c2415 } else if (cmd == F_GETLK) { in fuse_file_lock()
/Linux-v5.4/Documentation/filesystems/
Dvfs.rst1062 called by the fcntl(2) system call for F_GETLK, F_SETLK, and
/Linux-v5.4/security/selinux/
Dhooks.c3786 case F_GETLK: in selinux_file_fcntl()