Searched refs:F_GETLK (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/include/linux/ |
D | fcntl.h | 12 #define IS_GETLK32(cmd) ((cmd) == F_GETLK) 22 #define IS_GETLK64(cmd) ((cmd) == F_GETLK)
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | fcntl.h | 104 #ifndef F_GETLK 105 #define F_GETLK 5 macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 37 #define F_GETLK 7 macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 42 #define F_GETLK 7 macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | fcntl.h | 39 #define F_GETLK 14 macro
|
/linux-4.4.14/fs/ |
D | compat.c | 407 return F_GETLK; in convert_fcntl_cmd() 426 case F_GETLK: in COMPAT_SYSCALL_DEFINE3() 436 if (cmd == F_GETLK && ret == 0) { in COMPAT_SYSCALL_DEFINE3() 471 if ((conv_cmd == F_GETLK || conv_cmd == F_OFD_GETLK) && ret == 0) { in COMPAT_SYSCALL_DEFINE3()
|
D | fcntl.c | 272 case F_GETLK: in do_fcntl()
|
D | locks.c | 1983 return filp->f_op->lock(filp, F_GETLK, fl); in vfs_test_lock() 2047 cmd = F_GETLK; in fcntl_getlk()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | file.c | 566 err = fcntl(fd, F_GETLK, &lock); in os_lock_file()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4trace.h | 498 { F_GETLK, "GETLK" }, \
|
D | nfs4proc.c | 6116 return nfs4_proc_getlk(state, F_GETLK, request); in nfs4_proc_lock()
|
/linux-4.4.14/fs/fuse/ |
D | file.c | 2177 } else if (cmd == F_GETLK) { in fuse_file_lock()
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 1674 case F_GETLK: in smack_file_fcntl()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | file.c | 2727 case F_GETLK: in ll_file_flock()
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfs.txt | 884 lock: called by the fcntl(2) system call for F_GETLK, F_SETLK, and F_SETLKW
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 3448 case F_GETLK: in selinux_file_fcntl()
|