Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp658 uint32 attr_count = 0; in _DecodeAttrs() local
661 attr_count += CountBits(bitmap[i]); in _DecodeAttrs()
664 if (attr_count == 0) { in _DecodeAttrs()
668 } else if (attr_count > FATTR4_MAXIMUM_ATTR_ID) { in _DecodeAttrs()
677 AttrValue* values = new(std::nothrow) AttrValue[attr_count]; in _DecodeAttrs()
877 *count = attr_count; in _DecodeAttrs()