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:O_SSD
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
open_flags.c
147
#ifdef
O_SSD
148
{"
O_SSD
",
O_SSD
},
H
A
D
iogen.c
81
#define RAW_IO(_flags_) ((_flags_) & (O_RAW |
O_SSD
))
96
int f_riou; /* file raw iounit (for O_RAW/
O_SSD
) */
329
#ifdef
O_SSD
330
{"ssd",
O_SSD
, FLG_RAW},
485
"O_RAW/
O_SSD
Multiple: (Determined by device)\n");
in startup_info()
488
"O_RAW/
O_SSD
Multiple: %-11d (%d blocks)\n",
in startup_info()
637
* IO that is O_RAW or
O_SSD
must be aligned on the file r_iou. Otherwise
in form_iorequest()
1433
#ifdef
O_SSD
in parse_cmdline()
1434
if (flgs->m_value &
O_SSD
&& !Sds_Avail) {
in parse_cmdline()
H
A
D
doio.c
39
* For disk io, if the
O_SSD
flag is set doio will allocate
200
#ifndef
O_SSD
201
#define
O_SSD
0 /* so code compiles on a CRAY2 */
macro
1214
#ifdef
O_SSD
in format_oflags()
1215
if (oflags &
O_SSD
)
in format_oflags()
1216
strcat(flags, "
O_SSD
,");
in format_oflags()
1439
* Allocate core or sds - based on the
O_SSD
flag
in do_read()
1447
if (oflags &
O_SSD
) {
in do_read()
1651
if (oflags &
O_SSD
) {
in do_write()
1675
"Invalid
O_SSD
fla
in do_write()
[all...]
Completed in 5 milliseconds