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
defs:file_lock
(Results
1 - 14
of
14
) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
file_lock.c
61
int
file_lock
(int fd, int flags, char **errormsg)
in file_lock()
function
/kernel/liteos_a/fs/include/fs/
H
A
D
fd_table.h
56
unsigned int
file_lock
;
member
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
ocfs1_fs_compat.h
66
__u8
file_lock
;
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
ocfs1_fs_compat.h
64
__u8
file_lock
;
member
/kernel/linux/linux-5.10/drivers/fsi/
H
A
D
fsi-sbefifo.c
131
struct mutex
file_lock
;
member
/kernel/linux/linux-5.10/drivers/misc/genwqe/
H
A
D
card_base.h
315
spinlock_t
file_lock
; /* lock for open files */
member
/kernel/linux/linux-6.6/drivers/misc/genwqe/
H
A
D
card_base.h
315
spinlock_t
file_lock
; /* lock for open files */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
filelock.h
88
struct
file_lock
{
global()
struct
[all...]
/kernel/linux/linux-5.10/fs/
H
A
D
locks.c
2479
struct
file_lock
*
file_lock
= locks_alloc_lock();
fcntl_setlk()
local
2610
struct
file_lock
*
file_lock
= locks_alloc_lock();
fcntl_setlk64()
local
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
locks.c
2338
struct
file_lock
*
file_lock
= locks_alloc_lock();
fcntl_setlk()
local
2462
struct
file_lock
*
file_lock
= locks_alloc_lock();
fcntl_setlk64()
local
[all...]
/kernel/linux/linux-6.6/drivers/fsi/
H
A
D
fsi-sbefifo.c
136
struct mutex
file_lock
;
member
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4state.c
6694
struct
file_lock
*file_loc
in nfsd4_lock()
local
6933
struct
file_lock
*
file_lock
= NULL;
nfsd4_lockt()
local
7010
struct
file_lock
*
file_lock
= NULL;
nfsd4_locku()
local
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1065
struct
file_lock
{
global()
struct
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4state.c
7487
struct
file_lock
*
file_lock
= NULL;
nfsd4_lock()
local
7743
struct
file_lock
*
file_lock
= NULL;
nfsd4_lockt()
local
7819
struct
file_lock
*
file_lock
= NULL;
nfsd4_locku()
local
[all...]
Completed in 33 milliseconds