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:wlog_rec
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/include/
H
A
D
write_log.h
36
* Constants defining the max size of various
wlog_rec
fields. ANY SIZE
44
#define WLOG_REC_MAX_SIZE (sizeof(struct
wlog_rec
)+WLOG_MAX_PATH+WLOG_MAX_PATTERN+WLOG_MAX_HOST+2)
52
struct
wlog_rec
{
struct
76
* On-disk structure of a
wlog_rec
. Actually, the record consists of
156
struct
wlog_rec
*wrec, long offset);
158
int (*func)(struct
wlog_rec
*rec),
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
write_log.c
40
* the
wlog_rec
. A wlog_file is a handle encapsulating a write logfile.
45
* The
wlog_rec
datatype is a structure which contains all the information
93
static int wlog_rec_pack(struct
wlog_rec
*wrec, char *buf, int flag);
94
static int wlog_rec_unpack(struct
wlog_rec
*wrec, char *buf);
168
* Write a
wlog_rec
structure to a write logfile. Offset is used to
187
* Note2: The on-disk version of the
wlog_rec
is MUCH different than
189
* as it is in the
wlog_rec
structure. Considerable data packing takes
193
int wlog_record_write(struct wlog_file *wfile, struct
wlog_rec
*wrec,
in wlog_record_write()
259
* will be passed a single parameter - a
wlog_rec
structure .
268
struct
wlog_rec
wre
in wlog_scan_backward()
[all...]
H
A
D
doio.c
1605
struct
wlog_rec
wrec;
in do_write()
2092
struct
wlog_rec
wrec;
in do_listio()
3065
struct
wlog_rec
wrec;
in do_rw()
Completed in 7 milliseconds