Lines Matching refs:Volume

69 Volume::Volume()  in Volume()  function in Volume
85 Volume::~Volume() in ~Volume()
93 Volume::Identify(int fd, partition_data *partition) in Identify()
106 Volume::Mount(fs_volume *fsVolume, const char *path) in Mount()
196 Volume::Unmount() in Unmount()
234 Volume::GetBlockSize() const in GetBlockSize()
241 Volume::CountBlocks() const in CountBlocks()
248 Volume::CountFreeBlocks() const in CountFreeBlocks()
255 Volume::GetName() const in GetName()
263 Volume::UpdateName(partition_id partitionID) in UpdateName()
276 Volume::GetDeviceName() const in GetDeviceName()
283 Volume::GetKeyOffsetForName(const char *name, int len, uint64 *result) in GetKeyOffsetForName()
297 Volume::GetVNode(ino_t id, VNode **node) in GetVNode()
304 Volume::PutVNode(ino_t id) in PutVNode()
320 Volume::FindVNode(ino_t id, VNode *node) in FindVNode()
337 Volume::FindVNode(uint32 dirID, uint32 objectID, VNode *node) in FindVNode()
388 Volume::FindDirEntry(VNode *dir, const char *entryName, VNode *foundNode, in FindDirEntry()
423 Volume::ReadLink(VNode *node, char *buffer, size_t bufferSize, in ReadLink()
447 Volume::FindEntry(const VNode *rootDir, const char *path, VNode *foundNode) in FindEntry()
488 Volume::IsNegativeEntry(ino_t id) in IsNegativeEntry()
499 Volume::IsNegativeEntry(uint32 dirID, uint32 objectID) in IsNegativeEntry()
506 Volume::GetHideEsoteric() const in GetHideEsoteric()
513 Volume::_ReadSuperBlock() in _ReadSuperBlock()
561 Volume::_InitHashFunction() in _InitHashFunction()
587 Volume::_DetectHashFunction() in _DetectHashFunction()
626 Volume::_VerifyHashFunction(hash_function_t function) in _VerifyHashFunction()
653 Volume::_InitNegativeEntries() in _InitNegativeEntries()