Home
last modified time | relevance | path

Searched refs:_KnownAttributeType (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.h164 bool _KnownAttributeType(type_code type);
H A DClientConnection.cpp2067 convert = _KnownAttributeType(info.type); in VisitReadAttrRequest()
2208 if (_KnownAttributeType(type)) { in VisitWriteAttrRequest()
2702 if (_KnownAttributeType(info->info.type)) { in _GetAttrInfo()
3180 ClientConnection::_KnownAttributeType(type_code type) in _KnownAttributeType() function in ClientConnection