Searched refs:CreateFileCache (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h116 status_t CreateFileCache();
H A DInode.cpp67 fInitStatus = CreateFileCache();
695 status = inode->CreateFileCache();
724 Inode::CreateFileCache() function in class:Inode
726 TRACE("Inode::CreateFileCache()\n");
731 TRACE("Inode::CreateFileCache(): Creating file cache: %" B_PRIu32 ", %"
736 ERROR("Inode::CreateFileCache(): Failed to create file cache\n");
742 ERROR("Inode::CreateFileCache(): Failed to create file map\n");
748 TRACE("Inode::CreateFileCache(): Done\n");
H A Dkernel_interface.cpp828 status = link->CreateFileCache();
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h63 status_t CreateFileCache(ino_t vnodeID, off_t size);
H A DKernelRequestHandler.cpp547 result = volume->CreateFileCache(request->vnid, request->size);
H A DVolume.cpp518 // CreateFileCache
520 Volume::CreateFileCache(ino_t vnodeID, off_t size) function in class:Volume

Completed in 56 milliseconds