Lines Matching refs:packet_size
380 line_offset = sector % ump->packet_size;
382 line = (start_sector/ump->packet_size) & UDF_ECCBUF_HASHMASK;
403 blobsize = ump->packet_size * lb_size;
491 uint64_t allbits = ((uint64_t) 1 << ump->packet_size)-1;
820 if ((eccsect < 0) || (eccsect >= ump->packet_size)) {
870 if ((eccsect < 0) || (eccsect >= ump->packet_size)) {
975 if ((eccsect < 0) || (eccsect >= ump->packet_size)) {
1033 for (i = 0; i < ump->packet_size; i++) {
1054 KASSERT(eccline->present == ((uint64_t) 1 << ump->packet_size)-1);
1079 for (i = 0; i < ump->packet_size; i++) {
1109 uint64_t bit, allbits = ((uint64_t) 1 << ump->packet_size)-1;
1129 buf->b_bcount = ump->packet_size * sector_size;
1138 for (i = 0; i < ump->packet_size; i++) {
1177 buf->b_bcount = ump->packet_size * sector_size;
1190 start, ump->packet_size));
1203 uint64_t allbits = ((uint64_t) 1 << ump->packet_size)-1;
1408 blobsize = ump->packet_size * lb_size;
1410 KASSERT(ump->packet_size <= 64);