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; } function in class:BFS::Stream
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h48 bool IsIndex() const { return is_index(Mode()); } function in class:Inode
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp147 if (inode->IsContainer() && !inode->IsIndex()) {
H A DCheckVisitor.cpp252 && !inode->IsIndex())
309 if (inode->IsIndex() && treeName != NULL && repairErrors) {
H A DInode.h58 bool IsIndex() const function in class:Inode
H A DInode.cpp1788 } else if (IsIndex()) {
2322 if (IsIndex() || IsDeleted()
2552 if (!inode->IsIndex() && !force) {
H A DBPlusTree.cpp662 fAllowDuplicates = stream->IsIndex()
746 fAllowDuplicates = stream->IsIndex()
/haiku/src/bin/bfs_tools/lib/
H A DInode.h29 bool IsIndex() const { return S_ISINDEX(fInode->mode); } function in class:Inode
H A DInode.cpp1076 if (IsAttributeDirectory() || IsIndex())
/haiku/src/bin/bfs_tools/
H A Drecover.cpp340 if (!node || !node->IsIndex() || node->Name() == NULL)
442 if (node->IsDirectory() && !node->IsIndex()) {
712 if (node && !node->IsIndex() && !node->IsAttributeDirectory())
721 if (!node->IsIndex() && !node->IsAttributeDirectory())

Completed in 114 milliseconds