Home
last modified time | relevance | path

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(); } in IsEsoteric() function
H A DStatItem.h172 bool IsEsoteric() const { return (!IsDir() && !IsFile() && !IsSymlink()); } in IsEsoteric() function
H A Dkernel_interface.cpp215 && ((foundNode.IsEsoteric() && volume->GetHideEsoteric()) in reiserfs_lookup()
575 || (statData.IsEsoteric() && volume->GetHideEsoteric())) { in reiserfs_read_dir()