Home
last modified time | relevance | path

Searched refs:IsIndex (Results 1 – 10 of 10) sorted by relevance

/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.h38 bool IsIndex() const { return false; } in IsIndex() function
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h48 bool IsIndex() const { return is_index(Mode()); } in IsIndex() function
/haiku/src/bin/bfs_tools/
H A Drecover.cpp340 if (!node || !node->IsIndex() || node->Name() == NULL) in getNameIndex()
442 if (node->IsDirectory() && !node->IsIndex()) { in checkStructure()
712 if (node && !node->IsIndex() && !node->IsAttributeDirectory()) in copyInodes()
721 if (!node->IsIndex() && !node->IsAttributeDirectory()) in copyInodes()
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp147 if (inode->IsContainer() && !inode->IsIndex()) { in Next()
H A DCheckVisitor.cpp252 && !inode->IsIndex()) in VisitDirectoryEntry()
309 if (inode->IsIndex() && treeName != NULL && repairErrors) { in VisitInode()
H A DInode.h58 bool IsIndex() const in IsIndex() function
H A DInode.cpp1788 } else if (IsIndex()) { in _GrowStream()
2322 if (IsIndex() || IsDeleted() in NeedsTrimming()
2552 if (!inode->IsIndex() && !force) { in Remove()
H A DBPlusTree.cpp662 fAllowDuplicates = stream->IsIndex() in SetTo()
746 fAllowDuplicates = stream->IsIndex() in SetTo()
/haiku/src/bin/bfs_tools/lib/
H A DInode.h29 bool IsIndex() const { return S_ISINDEX(fInode->mode); } in IsIndex() function
H A DInode.cpp1076 if (IsAttributeDirectory() || IsIndex()) in CopyTo()