Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:F_GETLK64
(Results
1 - 25
of
29
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H
A
D
fcntl.h
119
#ifndef
F_GETLK64
120
#define
F_GETLK64
12 /* using 'struct flock64' */
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
fcntl.h
120
#ifndef
F_GETLK64
121
#define
F_GETLK64
12 /* using 'struct flock64' */
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
fcntl.h
119
#ifndef
F_GETLK64
120
#define
F_GETLK64
12 /* using 'struct flock64' */
macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H
A
D
fcntl.h
119
#ifndef
F_GETLK64
120
#define
F_GETLK64
12 /* using 'struct flock64' */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
89
#ifndef
F_GETLK64
90
#define
F_GETLK64
12
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
103
#ifndef
F_GETLK64
104
#define
F_GETLK64
12
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
103
#ifndef
F_GETLK64
104
#define
F_GETLK64
12
macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H
A
D
fcntl.h
23
#define
F_GETLK64
8
macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H
A
D
fcntl.h
23
#define
F_GETLK64
8
macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
fcntl.h
48
#define
F_GETLK64
33 /* using 'struct flock64' */
macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
fcntl.h
48
#define
F_GETLK64
33 /* using 'struct flock64' */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
fcntl.h
41
#define
F_GETLK64
33
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
fcntl.h
41
#define
F_GETLK64
33
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
fcntl.h
36
#define IS_GETLK64(cmd) ((cmd) ==
F_GETLK64
)
/kernel/linux/linux-6.6/include/linux/
H
A
D
fcntl.h
32
#define IS_GETLK64(cmd) ((cmd) ==
F_GETLK64
)
/kernel/linux/linux-6.6/include/trace/misc/
H
A
D
fs.h
85
{
F_GETLK64
, "GETLK64" }, \
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
compat.h
63
#define
F_GETLK64
33
macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
compat.h
77
#define
F_GETLK64
12 /* using 'struct flock64' */
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
compat.h
59
#define
F_GETLK64
12 /* using 'struct flock64' */
macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
compat.h
88
#define
F_GETLK64
12
macro
/kernel/linux/linux-5.10/fs/
H
A
D
fcntl.c
501
case
F_GETLK64
:
in SYSCALL_DEFINE3()
589
case
F_GETLK64
:
in convert_fcntl_cmd()
649
case
F_GETLK64
:
in do_compat_fcntl64()
693
case
F_GETLK64
:
in COMPAT_SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/fs/
H
A
D
fcntl.c
484
case
F_GETLK64
:
in SYSCALL_DEFINE3()
572
case
F_GETLK64
:
in convert_fcntl_cmd()
632
case
F_GETLK64
:
in do_compat_fcntl64()
676
case
F_GETLK64
:
in COMPAT_SYSCALL_DEFINE3()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
compat.h
60
#define
F_GETLK64
12 /* using 'struct flock64' */
macro
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
sys_oabi-compat.c
216
if (!ret && (cmd ==
F_GETLK64
|| cmd == F_OFD_GETLK)) {
in do_locks()
236
case
F_GETLK64
:
in sys_oabi_fcntl64()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
compat.h
114
#define
F_GETLK64
12
macro
Completed in 14 milliseconds
1
2