Home
last modified time | relevance | path

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; } in IsAttribute()
221 bool fIsAttribute; member in write_overlay::OverlayInode
263 fIsAttribute(attribute), in OverlayInode()
346 if (fIsAttribute) { in SetModified()
486 if (fIsVirtual || fIsAttribute) in GetName()
513 if (fIsAttribute) in WriteStat()
593 if ((fIsAttribute && fSuperVnode.ops->open_attr == NULL) in Open()
594 || (!fIsAttribute && fSuperVnode.ops->open == NULL)) in Open()
608 if (fIsAttribute) { in Open()
623 if (fIsAttribute) { in Open()
[all …]