Home
last modified time | relevance | path

Searched refs:Indices (Results 1 – 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.cpp317 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()
H A DFileSystemVisitor.cpp215 Vnode vnode(fVolume, fVolume->Indices()); in Start()
217 fStack.Push(fVolume->Indices()); in Start()
H A DCheckVisitor.h30 IndexStack& Indices() { return indices; } in Indices() function
H A DVolume.cpp253 if (!Indices().IsZero()) { in Mount()
255 ToVnode(Indices())); in Mount()
H A DVolume.h52 block_run Indices() const { return fSuperBlock.indices; } in Indices() function
H A DToDo36 Indices
H A Dkernel_interface.cpp2193 Transaction transaction(volume, volume->Indices()); in bfs_create_index()
2223 Transaction transaction(volume, volume->Indices()); in bfs_remove_index()
/haiku/src/system/boot/loader/file_systems/bfs/
H A DVolume.h32 block_run Indices() const { return fSuperBlock.indices; } in Indices() function
/haiku/src/bin/bfs_tools/lib/
H A DDisk.h56 block_run Indices() const { return fSuperBlock.indices; } in Indices() function
/haiku/data/catalogs/apps/icon-o-matic/
H A Dnl.catkeys63 Rotate indices backwards Icon-O-Matic-PathsList Indices achterwaarts roteren
88 Rotate indices forwards Icon-O-Matic-PathsList Indices voorwaarts roteren
/haiku/src/bin/bfs_tools/
H A Dbfswhich.cpp197 Directory* indices = (Directory*)Inode::Factory(&disk, disk.Indices()); in scanNodes()
H A Dchkindex.cpp487 Directory *indices = (Directory *)Inode::Factory(&disk,disk.Indices()); in main()
H A Drecover.cpp322 InodeGetter getter(disk, disk.Indices()); in getNameIndex()