Searched refs:O_NOCACHE (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/shared/
H A DDeviceOpener.cpp44 fDevice = open(device, mode | O_NOCACHE);
49 return Open(device, O_RDONLY | O_NOCACHE);
61 return Open(device, O_RDONLY | O_NOCACHE);
/haiku/headers/posix/
H A Dfcntl.h58 #define O_NOCACHE O_DIRECT macro
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeRegular.cpp352 if ((cookie->fMode & O_NOCACHE) != 0)
433 if ((cookie->fMode & O_NOCACHE) != 0) {
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp782 if ((openMode & O_NOCACHE) != 0)
836 if ((openMode & O_NOCACHE) != 0 && node->file_cache != NULL) {
842 if ((openMode & O_NOCACHE) != 0)
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp766 if ((openMode & O_NOCACHE) != 0) {
1167 if ((openMode & O_NOCACHE) != 0) {
1283 if ((cookie->open_mode & O_NOCACHE) != 0)
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.cpp653 O_RDONLY | O_NOCACHE);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp477 if ((openMode & O_NOCACHE) != 0 && inode->FileCache() != NULL) {
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp493 if ((err = (fd = open(path, O_RDONLY | O_NOCACHE))) < 0) {
533 if ((err = (fd = open(path, O_RDWR | O_NOCACHE))) < 0) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp1033 if (status == B_OK && (openMode & O_NOCACHE) != 0
1381 if ((openMode & O_NOCACHE) != 0 && inode->FileCache() != NULL) {
1567 if ((cookie->open_mode & O_NOCACHE) != 0 && inode->FileCache() != NULL)
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1425 int fd = open(path, O_RDWR | O_NOCACHE, S_IRUSR | S_IWUSR);
1738 int fd = open(swapPath, O_RDWR | O_CREAT | O_NOCACHE, S_IRUSR | S_IWUSR);
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp330 fFD = open(fileName, O_RDWR | O_NOCACHE);
331 // TODO: The O_NOCACHE is a work-around for a page writer problem.
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h795 #define O_NOCACHE FSSH_O_NOCACHE macro
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp559 if ((openMode & O_NOCACHE) != 0 && inode->FileCache() != NULL) {

Completed in 167 milliseconds