Searched refs:FileCookie (Results 1 – 6 of 6) sorted by relevance
47 struct FileCookie { struct57 FileCookie(int openMode) in FileCookie() argument69 ~FileCookie() in ~FileCookie() argument316 FileCookie* fileCookie;520 bool commitTransaction, FileCookie*& _cookie) in open_file()567 FileCookie* cookie = new(std::nothrow) FileCookie(openMode); in open_file()570 ObjectDeleter<FileCookie> cookieDeleter(cookie); in open_file()598 bool commitTransaction, FileCookie*& _cookie, Node*& _node, bool& _created) in create_file()673 FileCookie* cookie; in create_file()678 ObjectDeleter<FileCookie> cookieDeleter(cookie); in create_file()[all …]
176 struct FUSEVolume::FileCookie : fuse_file_info, RWLockable { struct in FUSEVolume177 FileCookie(int openMode) in FileCookie() argument864 FileCookie cookie(O_RDONLY); in Sync()1023 FileCookie* cookie = (FileCookie*)_cookie; in DoIO()1040 FileCookie alternativeCookie(requestInfo.isWrite ? O_WRONLY : O_RDONLY); in DoIO()1103 FileCookie* cookie = (FileCookie*)_cookie; in SetFlags()1159 FileCookie cookie(O_RDONLY); in FSync()1646 FileCookie* cookie = new(std::nothrow) FileCookie(openMode); in Create()1649 ObjectDeleter<FileCookie> cookieDeleter(cookie); in Create()1735 FileCookie* cookie = new(std::nothrow) FileCookie(openMode); in Open()[all …]
130 struct FileCookie;215 status_t _InternalIO(FUSENode* node, FileCookie* cookie, const char* path,
393 struct FileCookie { struct396 FileCookie(int openMode) in FileCookie() argument431 FileCookie* cookie = new(std::nothrow) FileCookie(openMode); in packagefs_open()453 FileCookie* cookie = (FileCookie*)_cookie; in packagefs_free_cookie()472 FileCookie* cookie = (FileCookie*)_cookie; in packagefs_read()
761 class FileCookie { class763 FileCookie(int openMode) : fOpenMode(openMode), fLastNotificationTime(0) {} in FileCookie() function in FileCookie815 FileCookie *cookie = NULL; in ramfs_create()817 cookie = new(nothrow) FileCookie(openMode); in ramfs_create()907 FileCookie *cookie = NULL; in ramfs_open()909 cookie = new(nothrow) FileCookie(openMode); in ramfs_open()952 FileCookie *cookie = (FileCookie*)_cookie; in ramfs_free_cookie()965 FileCookie *cookie = (FileCookie*)_cookie; in ramfs_read()1007 FileCookie *cookie = (FileCookie*)_cookie; in ramfs_write()
155 typedef struct FileCookie { struct161 } FileCookie; typedef1978 FileCookie* cookie = new(std::nothrow) FileCookie; in dosfs_create()1981 ObjectDeleter<FileCookie> cookieDeleter(cookie); in dosfs_create()2185 FileCookie* cookie = new(std::nothrow) FileCookie; in dosfs_open()2188 ObjectDeleter<FileCookie> cookieDeleter(cookie); in dosfs_open()2256 FileCookie* fatCookie = reinterpret_cast<FileCookie*>(cookie); in dosfs_free_cookie()2283 FileCookie* fatCookie = reinterpret_cast<FileCookie*>(cookie); in dosfs_read()2323 FileCookie* fatCookie = reinterpret_cast<FileCookie*>(cookie); in dosfs_write()