Symbol: LABEL_SIZE
drivers/s390/block/dasd_eckd.c
2888
ect->dl = LABEL_SIZE - 44;
drivers/s390/block/dasd_eckd.c
3428
blksize = LABEL_SIZE - 44;
drivers/s390/block/dasd_eckd.c
732
return LABEL_SIZE;
drivers/scsi/hpsa.c
1226
char label[LABEL_SIZE];
drivers/scsi/hpsa.c
1233
snprintf(label, LABEL_SIZE, "controller");
drivers/scsi/hpsa.c
1236
snprintf(label, LABEL_SIZE, "enclosure");
drivers/scsi/hpsa.c
1241
snprintf(label, LABEL_SIZE, "external");
drivers/scsi/hpsa.c
1243
snprintf(label, LABEL_SIZE, "%s",
drivers/scsi/hpsa.c
1246
snprintf(label, LABEL_SIZE, "RAID-%s",
drivers/scsi/hpsa.c
1251
snprintf(label, LABEL_SIZE, "rom");
drivers/scsi/hpsa.c
1254
snprintf(label, LABEL_SIZE, "tape");
drivers/scsi/hpsa.c
1257
snprintf(label, LABEL_SIZE, "changer");
drivers/scsi/hpsa.c
1260
snprintf(label, LABEL_SIZE, "UNKNOWN");
tools/testing/nvdimm/test/ndtest.c
210
if ((hdr->in_offset + hdr->in_length) > LABEL_SIZE)
tools/testing/nvdimm/test/ndtest.c
214
len = min(hdr->in_length, LABEL_SIZE - hdr->in_offset);
tools/testing/nvdimm/test/ndtest.c
225
if ((hdr->in_offset + hdr->in_length) > LABEL_SIZE)
tools/testing/nvdimm/test/ndtest.c
228
len = min(hdr->in_length, LABEL_SIZE - hdr->in_offset);
tools/testing/nvdimm/test/ndtest.c
767
res = ndtest_alloc_resource(p, LABEL_SIZE, NULL);
tools/testing/nvdimm/test/ndtest.c
773
d->config_size = LABEL_SIZE;
tools/testing/nvdimm/test/ndtest.c
779
if (!ndtest_alloc_resource(p, LABEL_SIZE,
tools/testing/nvdimm/test/ndtest.c
783
if (!ndtest_alloc_resource(p, LABEL_SIZE,
tools/testing/nvdimm/test/nfit.c
1921
t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]);
tools/testing/nvdimm/test/nfit.c
1934
t->dcr[i] = test_alloc(t, LABEL_SIZE, &t->dcr_dma[i]);
tools/testing/nvdimm/test/nfit.c
1968
t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]);
tools/testing/nvdimm/test/nfit.c
458
nd_cmd->config_size = LABEL_SIZE;
tools/testing/nvdimm/test/nfit.c
472
if (offset >= LABEL_SIZE)
tools/testing/nvdimm/test/nfit.c
478
len = min(nd_cmd->in_length, LABEL_SIZE - offset);
tools/testing/nvdimm/test/nfit.c
494
if (offset >= LABEL_SIZE)
tools/testing/nvdimm/test/nfit.c
501
len = min(nd_cmd->in_length, LABEL_SIZE - offset);