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:file_lock
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/include/
H
A
D
file_lock.h
37
int
file_lock
( int , int, char ** );
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
Makefile
35
$(MAKE_TARGETS): dataascii.o databin.o
file_lock
.o forker.o open_flags.o \
H
A
D
file_lock.c
42
#include "
file_lock
.h"
61
int
file_lock
(int fd, int flags, char **errormsg)
in file_lock()
function
87
"Programmer error, called
file_lock
with in valid flags\n");
in file_lock()
126
} /* end of
file_lock
*/
in file_lock()
H
A
D
growfiles.c
92
#include "
file_lock
.h"
2975
*
file_lock
will attempt to do action over and over again until
in lkfile()
2979
if (
file_lock
(fd, operation, &errmsg) != 0) {
in lkfile()
/third_party/NuttX/fs/inode/
H
A
D
fs_files.c
787
files->
file_lock
= 0;
in alloc_files()
828
files->
file_lock
= 0;
in dup_fd()
918
files->
file_lock
= 0;
in create_files_snapshot()
/third_party/ltp/testcases/kernel/device-drivers/include/
H
A
D
includeTest.c
261
struct
file_lock
fl1, fl2;
in test_lockd()
Completed in 5 milliseconds