Searched refs:B_TYPE (Results 1 – 12 of 12) sorted by relevance
533 switch (B_TYPE(bi->type)) {543 (u_long)B_TYPE(bi->type));557 switch (B_TYPE(bk->type)) {568 (u_long)B_TYPE(bk->type));636 if (B_TYPE(bi->type) != B_KEYDATA &&637 B_TYPE(bi->type) != B_DUPLICATE &&638 B_TYPE(bi->type) != B_OVERFLOW) {640 (u_long)B_TYPE(bi->type));650 if (B_TYPE(bk->type) != B_KEYDATA &&651 B_TYPE(bk->type) != B_DUPLICATE &&[all …]
182 switch (B_TYPE(bk->type)) {208 switch (B_TYPE(bi->type)) {
124 if (B_TYPE(GET_BKEYDATA(pagep, indx)->type) == B_OVERFLOW) {264 if (B_TYPE(GET_BKEYDATA(h, i)->type) == B_KEYDATA)308 if (B_TYPE(bk->type) == B_KEYDATA)324 if (B_TYPE(bk->type) == B_KEYDATA)
64 if (B_TYPE(bk->type) == B_OVERFLOW) {
462 if (B_TYPE(child_bi->type) == B_OVERFLOW)470 switch (B_TYPE(child_bk->type)) {505 if (B_TYPE(child_bk->type) == B_OVERFLOW)641 if (B_TYPE(child_bi->type) == B_OVERFLOW)648 switch (B_TYPE(child_bk->type)) {657 if (B_TYPE(tmp_bk->type) != B_KEYDATA)712 if (B_TYPE(child_bk->type) == B_OVERFLOW)826 if (B_TYPE(GET_BINTERNAL(pp, off)->type) == B_KEYDATA)833 if (B_TYPE(GET_BKEYDATA(pp, off)->type) == B_KEYDATA)840 if (B_TYPE(GET_BKEYDATA(pp, off)->type) == B_KEYDATA)[all …]
119 switch (B_TYPE(bk->type)) {177 if (B_TYPE(bk->type) == B_KEYDATA)295 if (bigdata || B_TYPE(bk->type) != B_KEYDATA) {393 B_TYPE(bk->type) == B_OVERFLOW ? ((BOVERFLOW *)bk)->tlen : bk->len;588 sz += B_TYPE(bk->type) == B_KEYDATA ?591 sz += B_TYPE(bk->type) == B_KEYDATA ?617 hdr.size = B_TYPE(bk->type) == B_KEYDATA ?771 if (B_TYPE(bk->type) == B_OVERFLOW) {
99 if (B_TYPE(bk->type) == B_OVERFLOW)118 if (B_TYPE(bi->type) == B_OVERFLOW)
158 switch (B_TYPE(bi->type)) {207 switch (B_TYPE(bk->type)) {214 if (B_TYPE(bo->type) == B_DUPLICATE) {
1600 if (B_TYPE(bo->type) != B_DUPLICATE)
104 #define B_TYPE(val) (((val) >> B_TYPESHIFT) & B_TYPEMASK) macro
288 if ((biosdev == 0) && (B_TYPE(initial_bootdev) != 2)) { in extract_currdev()
393 #define B_TYPE(t) ((t) & ~B_DELETE) macro