Searched refs:GetHideEsoteric (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.h85 bool GetHideEsoteric() const;
H A DSettings.cpp124 // GetHideEsoteric
126 Settings::GetHideEsoteric() const function in class:Settings
149 PRINT((" hide esoteric entries: %d\n", GetHideEsoteric()));
H A DSettings.h41 bool GetHideEsoteric() const;
H A DVolume.cpp504 // GetHideEsoteric
506 Volume::GetHideEsoteric() const function in class:Volume
508 return fSettings->GetHideEsoteric();
H A Dkernel_interface.cpp215 && ((foundNode.IsEsoteric() && volume->GetHideEsoteric())
575 || (statData.IsEsoteric() && volume->GetHideEsoteric())) {

Completed in 82 milliseconds