Searched refs:IsEsoteric (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVNode.h61 bool IsEsoteric() const { return fStatData.IsEsoteric(); } function in class:VNode
H A DStatItem.h172 bool IsEsoteric() const { return (!IsDir() && !IsFile() && !IsSymlink()); } function in class:StatData
H A Dkernel_interface.cpp215 && ((foundNode.IsEsoteric() && volume->GetHideEsoteric())
575 || (statData.IsEsoteric() && volume->GetHideEsoteric())) {

Completed in 36 milliseconds