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:direct_io
(Results
1 - 12
of
12
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_wrapper.c
113
if( dev->adj.
direct_io
) {
in ppDev_open()
121
if( dev->adj.
direct_io
)
in ppDev_open()
131
if( dev->adj.
direct_io
)
in ppDev_open()
146
if( dev->adj.
direct_io
)
in ppDev_open()
153
if( dev->adj.
direct_io
)
in ppDev_open()
177
if( dev->adj.
direct_io
)
in ppDev_open()
202
if( dev->adj.
direct_io
)
in ppDev_open()
215
if( dev->adj.
direct_io
)
in ppDev_close()
225
if( dev->adj.
direct_io
)
in ppDev_getCaps()
235
if( dev->adj.
direct_io
)
in ppDev_getLensInfo()
[all...]
H
A
D
plustek-pp.h
389
int
direct_io
;
member
H
A
D
plustek_pp.c
243
DBG( _DBG_SANE_INIT,"direct I/O : %s\n", _YN(cnf->adj.
direct_io
));
in show_cnf()
1113
static void init_config_struct( pCnfDef cnf, SANE_Bool
direct_io
)
in init_config_struct()
1117
cnf->adj.
direct_io
=
direct_io
;
in init_config_struct()
/third_party/ntfs-3g/include/fuse-lite/
H
A
D
fuse_common.h
89
unsigned int
direct_io
: 1;
member
/third_party/libfuse/include/
H
A
D
fuse_common.h
63
unsigned int
direct_io
: 1;
member
H
A
D
fuse.h
218
* `
direct_io
` field of `struct fuse_file_info` - overwriting
221
int
direct_io
;
member
232
*
direct_io
) data is still cached after the open(2), so a
450
* There are also some flags (
direct_io
, keep_cache) which the
468
* '
direct_io
' mount option is specified, in which case the return
478
* except on error. An exception to this is when the '
direct_io
'
/third_party/libfuse/example/
H
A
D
poll.c
128
fi->
direct_io
= 1;
in fsel_open()
H
A
D
passthrough_ll.c
774
fi->
direct_io
= 1;
in lo_create()
831
fi->
direct_io
= 1;
in lo_open()
/third_party/ntfs-3g/libfuse-lite/
H
A
D
fuse.c
61
int
direct_io
;
member
1808
if (f->conf.
direct_io
)
in fuse_lib_create()
1809
fi->
direct_io
= 1;
in fuse_lib_create()
1896
if (f->conf.
direct_io
)
in fuse_lib_open()
1897
fi->
direct_io
= 1;
in fuse_lib_open()
2876
FUSE_LIB_OPT("
direct_io
",
direct_io
, 1),
2907
" -o
direct_io
use direct I/O\n"
in fuse_lib_help()
H
A
D
fuse_lowlevel.c
336
if (f->
direct_io
)
in fill_open()
/third_party/libfuse/lib/
H
A
D
fuse.c
3152
if (f->conf.
direct_io
)
in fuse_lib_create()
3153
fi->
direct_io
= 1;
in fuse_lib_create()
3156
if (fi->
direct_io
&&
in fuse_lib_create()
3231
if (f->conf.
direct_io
)
in fuse_lib_open()
3232
fi->
direct_io
= 1;
in fuse_lib_open()
3243
if (fi->
direct_io
&& f->conf.parallel_direct_writes)
in fuse_lib_open()
H
A
D
fuse_lowlevel.c
403
if (f->
direct_io
)
Completed in 27 milliseconds