Lines Matching defs:mapped
373 /* SCSI opcodes (first byte of cdb) of interest mapped onto these indexes */
616 /* This array is accessed via SDEB_I_* values. Make sure all are mapped,
3379 unsigned int mapped;
3384 mapped = test_bit(index, sip->map_storep);
3386 if (mapped)
3393 return mapped;
4019 u32 alloc_len, mapped, num;
4036 mapped = map_state(sip, lba, &num);
4038 mapped = 1;
4051 arr[20] = !mapped; /* prov_stat=0: mapped; 1: dealloc */
7301 sdeb_i = opcode_ind_arr[opcode]; /* fully mapped */