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