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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp363 uint32 bcount = fReply->Stream().GetUInt(); local
364 for (uint32 i = 0; i < bcount; i++)
577 uint32 bcount = fReply->Stream().GetUInt();
578 for (uint32 i = 0; i < bcount; i++)
652 uint32 bcount = fReply->Stream().GetUInt(); local
653 uint32* bitmap = new(std::nothrow) uint32[bcount];
659 for (uint32 i = 0; i < bcount; i++) {
683 if (sIsAttrSet(FATTR4_SUPPORTED_ATTRS, bitmap, bcount)) {
695 if (sIsAttrSet(FATTR4_TYPE, bitmap, bcount)) {
701 if (sIsAttrSet(FATTR4_FH_EXPIRE_TYPE, bitmap, bcount)) {
[all...]
H A DRequestBuilder.cpp833 uint32 bcount = bitmap[1] != 0 ? 2 : 1; local
834 stream.AddUInt(bcount);
835 for (uint32 i = 0; i < bcount; i++)

Completed in 830 milliseconds