O_LINEAR           91 lib/vfs/interface.c     fdin = mc_open (filename_vpath, O_RDONLY | O_LINEAR);
O_LINEAR           43 lib/vfs/vfs.h  #define IS_LINEAR(a) ((a) == (O_RDONLY | O_LINEAR))     /* Return only 0 and 1 ! */
O_LINEAR           44 lib/vfs/vfs.h  #define NO_LINEAR(a) (((a) == (O_RDONLY | O_LINEAR)) ? O_RDONLY : (a))
O_LINEAR         2520 src/filemanager/file.c     while ((src_desc = mc_open (src_vpath, O_RDONLY | O_LINEAR)) < 0 && !ctx->skip_all)