Searched refs:O_DIRECT (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/posix/
H A Dfcntl.h56 #define O_DIRECT 0x00100000 /* do not use the file system cache if */ macro
58 #define O_NOCACHE O_DIRECT
/haiku/src/bin/debug/strace/
H A Dfcntl.cpp37 FLAG_INFO_ENTRY(O_DIRECT),
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp288 return open(name.c_str(), mode | (sDisableFileCache ? O_DIRECT : 0), 0666);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h796 #define O_DIRECT FSSH_O_DIRECT macro
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp1108 | O_DSYNC | O_DIRECT;

Completed in 316 milliseconds