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

/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp209 bool fAllocatedEntry; member in class:attribute_overlay::AttributeEntry
908 fAllocatedEntry(false),
927 fAllocatedEntry(false),
941 if (fAllocatedEntry)
1006 if (!fAllocatedEntry || fEntry->name_length < nameLength) {
1016 if (fAllocatedEntry)
1019 fAllocatedEntry = true;

Completed in 38 milliseconds