Lines Matching defs:mapped
380 /* SCSI opcodes (first byte of cdb) of interest mapped onto these indexes */
625 /* This array is accessed via SDEB_I_* values. Make sure all are mapped,
3518 unsigned int mapped;
3523 mapped = test_bit(index, sip->map_storep);
3525 if (mapped)
3532 return mapped;
4170 u32 alloc_len, mapped, num;
4187 mapped = map_state(sip, lba, &num);
4189 mapped = 1;
4202 arr[20] = !mapped; /* prov_stat=0: mapped; 1: dealloc */
7549 sdeb_i = opcode_ind_arr[opcode]; /* fully mapped */