Searched refs:IsRegularNode (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.h66 bool IsRegularNode() const function in class:Inode
274 return IsRegularNode();
H A DIndex.cpp293 ASSERT(inode->IsRegularNode());
H A DBlockAllocator.cpp1484 && inode->IsRegularNode()) {
1524 && !inode->IsRegularNode()))) {
H A DInode.cpp242 if (fInode->IsRegularNode()) {
2700 if (tree && inode->IsRegularNode()
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DInode.h107 bool IsRegularNode() const { return (Mode() & (S_ATTR_DIR | S_INDEX_DIR | S_ATTR)) == 0; } function in class:Inode
H A DInode.cpp118 if (fInode->IsRegularNode()) {
1907 if (inode->IsRegularNode()) {
2033 if (tree && inode->IsRegularNode() && inode->SetName(transaction, name) < B_OK)
2065 if (inode->IsRegularNode() && name != NULL) {
H A DBlockAllocator.cpp956 if (inode->IsRegularNode()) {

Completed in 107 milliseconds