Home
last modified time | relevance | path

Searched refs:direct_io (Results 1 - 12 of 12) sorted by relevance

/third_party/backends/backend/
H A Dplustek-pp_wrapper.c113 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 Dplustek-pp.h389 int direct_io; member
H A Dplustek_pp.c243 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 Dfuse_common.h89 unsigned int direct_io : 1; member
/third_party/libfuse/include/
H A Dfuse_common.h63 unsigned int direct_io : 1; member
H A Dfuse.h218 * `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 Dpoll.c128 fi->direct_io = 1; in fsel_open()
H A Dpassthrough_ll.c774 fi->direct_io = 1; in lo_create()
831 fi->direct_io = 1; in lo_open()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c61 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 Dfuse_lowlevel.c336 if (f->direct_io) in fill_open()
/third_party/libfuse/lib/
H A Dfuse.c3152 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 Dfuse_lowlevel.c403 if (f->direct_io)

Completed in 45 milliseconds