Lines Matching refs:ulen
866 unsigned long long ulen = left->rc_blockcount;
890 * The new record cannot exceed the max length. ulen is a ULL as the
894 ulen += cleft->rc_blockcount + right->rc_blockcount;
895 if (ulen >= MAXREFCEXTLEN)
898 *ulenp = ulen;
908 unsigned long long ulen = left->rc_blockcount;
925 * The new record cannot exceed the max length. ulen is a ULL as the
929 ulen += cleft->rc_blockcount;
930 if (ulen >= MAXREFCEXTLEN)
942 unsigned long long ulen = right->rc_blockcount;
959 * The new record cannot exceed the max length. ulen is a ULL as the
963 ulen += cright->rc_blockcount;
964 if (ulen >= MAXREFCEXTLEN)
985 unsigned long long ulen;
1012 adjust, &ulen)) {
1015 &right, ulen, aglen);