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

/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp47 struct FileCookie { struct
57 FileCookie(int openMode) function in struct:FileCookie
69 ~FileCookie()
316 FileCookie* fileCookie;
520 bool commitTransaction, FileCookie*& _cookie)
567 FileCookie* cookie = new(std::nothrow) FileCookie(openMode);
570 ObjectDeleter<FileCookie> cookieDeleter(cookie);
598 bool commitTransaction, FileCookie*& _cookie, Node*& _node, bool& _created)
673 FileCookie* cooki
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp336 struct FileCookie { struct
339 FileCookie(int openMode) function in struct:FileCookie
372 FileCookie* cookie = new(std::nothrow) FileCookie(openMode);
394 FileCookie* cookie = (FileCookie*)_cookie;
413 FileCookie* cookie = (FileCookie*)_cookie;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp755 // FileCookie
756 class FileCookie { class
758 FileCookie(int openMode) : fOpenMode(openMode), fLastNotificationTime(0) {} function in class:FileCookie
810 FileCookie *cookie = NULL;
812 cookie = new(nothrow) FileCookie(openMode);
900 FileCookie *cookie = NULL;
902 cookie = new(nothrow) FileCookie(openMode);
946 FileCookie *cookie = (FileCookie*)_cookie;
960 FileCookie *cooki
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp176 struct FUSEVolume::FileCookie : fuse_file_info, RWLockable { struct in class:FUSEVolume
177 FileCookie(int openMode) function in struct:FUSEVolume::FileCookie
864 FileCookie cookie(O_RDONLY);
1023 FileCookie* cookie = (FileCookie*)_cookie;
1040 FileCookie alternativeCookie(requestInfo.isWrite ? O_WRONLY : O_RDONLY);
1103 FileCookie* cookie = (FileCookie*)_cookie;
1159 FileCookie cookie(O_RDONLY);
1646 FileCookie* cooki
[all...]
H A DFUSEVolume.h130 struct FileCookie;
215 status_t _InternalIO(FUSENode* node, FileCookie* cookie, const char* path,

Completed in 56 milliseconds