Searched refs:FileMap (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/kernel/cache/
H A Dfile_map.cpp63 class FileMap class in inherits:DoublyLinkedListLinkImpl
65 : public DoublyLinkedListLinkImpl<FileMap>
69 FileMap(struct vnode* vnode, off_t size);
70 ~FileMap();
108 typedef DoublyLinkedList<FileMap> FileMapList;
115 FileMap::FileMap(struct vnode* vnode, off_t size) function in class:FileMap
131 FileMap::~FileMap()
144 FileMap
[all...]
/haiku/headers/private/kernel/boot/
H A DFileMapDisk.h33 class FileMap { class
35 FileMap();
36 ~FileMap();
48 status_t Init(Node *node/*Partition *partition, FileMap *map, off_t imageSize*/);
71 FileMap *fMap;
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.h40 void* FileMap() const { return fFileMap; } function in class:File
H A Dchecksumfs.cpp1055 RETURN_ERROR(file_map_translate(file->FileMap(), offset, size, vecs, _count,
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp111 typedef std::map<ino_t, media_addon_id> FileMap; typedef in class:MediaAddonServer
114 FileMap fFileMap;
230 FileMap::iterator iterator = fFileMap.begin();
787 FileMap::iterator foundFile = fFileMap.find(fileNode);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h114 void * FileMap() { return fFileMap; } function in class:Icb
H A Dkernel_interface.cpp59 return file_map_translate(icb->FileMap(), offset, size, vecs, count,

Completed in 65 milliseconds