directio           86 core/ngx_buf.h     unsigned                     directio:1;
directio           30 core/ngx_file.h     unsigned                   directio:1;
directio          544 core/ngx_open_file_cache.c         if (of->directio <= ngx_file_size(&fi)) {
directio           23 core/ngx_open_file_cache.h     off_t                    directio;
directio          226 core/ngx_output_chain.c     if (buf->in_file && buf->file->directio) {
directio          338 core/ngx_output_chain.c     if (in->file == NULL || !in->file->directio) {
directio          342 core/ngx_output_chain.c     ctx->directio = 1;
directio          403 core/ngx_output_chain.c         } else if (!ctx->directio
directio          423 core/ngx_output_chain.c     if (ctx->directio) {
directio          470 core/ngx_output_chain.c     sendfile = ctx->sendfile & !ctx->directio;
directio          106 http/modules/ngx_http_flv_module.c     of.directio = clcf->directio;
directio          235 http/modules/ngx_http_flv_module.c     b->file->directio = of.is_directio;
directio          126 http/modules/ngx_http_gzip_static_module.c     of.directio = clcf->directio;
directio          245 http/modules/ngx_http_gzip_static_module.c     b->file->directio = of.is_directio;
directio          205 http/modules/ngx_http_index_module.c         of.directio = clcf->directio;
directio          442 http/modules/ngx_http_log_module.c     of.directio = NGX_OPEN_FILE_DIRECTIO_OFF;
directio           91 http/modules/ngx_http_static_module.c     of.directio = clcf->directio;
directio          250 http/modules/ngx_http_static_module.c     b->file->directio = of.is_directio;
directio         1266 http/ngx_http_core_module.c         of.directio = clcf->directio;
directio         3108 http/ngx_http_core_module.c     clcf->directio = NGX_CONF_UNSET;
directio         3316 http/ngx_http_core_module.c     ngx_conf_merge_off_value(conf->directio, prev->directio,
directio         3978 http/ngx_http_core_module.c     if (clcf->directio != NGX_CONF_UNSET) {
directio         3985 http/ngx_http_core_module.c         clcf->directio = NGX_OPEN_FILE_DIRECTIO_OFF;
directio         3989 http/ngx_http_core_module.c     clcf->directio = ngx_parse_offset(&value[1]);
directio         3990 http/ngx_http_core_module.c     if (clcf->directio == (off_t) NGX_ERROR) {
directio          334 http/ngx_http_core_module.h     off_t         directio;                /* directio */
directio          323 http/ngx_http_file_cache.c     of.directio = NGX_OPEN_FILE_DIRECTIO_OFF;
directio         1499 http/ngx_http_script.c     of.directio = clcf->directio;
directio          310 os/unix/ngx_files.h #define ngx_directio_on(fd)      directio(fd, DIRECTIO_ON)