Searched refs:Indices (Results 1 – 13 of 13) sorted by relevance
317 Indices().Push(index); in VisitInode()681 for (int32 i = 0; i < Indices().CountItems(); i++) { in _PrepareIndices()682 check_index* index = Indices().Array()[i]; in _PrepareIndices()714 for (int32 i = 0; i < Indices().CountItems(); i++) { in _FreeIndices()715 check_index* index = Indices().Array()[i]; in _FreeIndices()722 Indices().MakeEmpty(); in _FreeIndices()731 for (int32 i = 0; i < Indices().CountItems(); i++) { in _AddInodeToIndex()732 check_index* index = Indices().Array()[i]; in _AddInodeToIndex()
215 Vnode vnode(fVolume, fVolume->Indices()); in Start()217 fStack.Push(fVolume->Indices()); in Start()
30 IndexStack& Indices() { return indices; } in Indices() function
253 if (!Indices().IsZero()) { in Mount()255 ToVnode(Indices())); in Mount()
52 block_run Indices() const { return fSuperBlock.indices; } in Indices() function
36 Indices
2193 Transaction transaction(volume, volume->Indices()); in bfs_create_index()2223 Transaction transaction(volume, volume->Indices()); in bfs_remove_index()
32 block_run Indices() const { return fSuperBlock.indices; } in Indices() function
56 block_run Indices() const { return fSuperBlock.indices; } in Indices() function
63 Rotate indices backwards Icon-O-Matic-PathsList Indices achterwaarts roteren88 Rotate indices forwards Icon-O-Matic-PathsList Indices voorwaarts roteren
197 Directory* indices = (Directory*)Inode::Factory(&disk, disk.Indices()); in scanNodes()
487 Directory *indices = (Directory *)Inode::Factory(&disk,disk.Indices()); in main()
322 InodeGetter getter(disk, disk.Indices()); in getNameIndex()