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

/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp127 bool IsAttribute() { return fIsAttribute; }
221 bool fIsAttribute; member in class:write_overlay::OverlayInode
263 fIsAttribute(attribute),
346 if (fIsAttribute) {
486 if (fIsVirtual || fIsAttribute)
513 if (fIsAttribute)
593 if ((fIsAttribute && fSuperVnode.ops->open_attr == NULL)
594 || (!fIsAttribute && fSuperVnode.ops->open == NULL))
608 if (fIsAttribute) {
623 if (fIsAttribute) {
[all...]

Completed in 37 milliseconds