SB_LABEL_SIZE      81 drivers/md/bcache/super.c 	memcpy(sb->label,	s->label, SB_LABEL_SIZE);
SB_LABEL_SIZE     224 drivers/md/bcache/super.c 	memcpy(out->label,	sb->label, SB_LABEL_SIZE);
SB_LABEL_SIZE     946 drivers/md/bcache/super.c 	char *buf = kmemdup_nul(dc->sb.label, SB_LABEL_SIZE, GFP_KERNEL);
SB_LABEL_SIZE    1177 drivers/md/bcache/super.c 		memcpy(u->label, dc->sb.label, SB_LABEL_SIZE);
SB_LABEL_SIZE     256 drivers/md/bcache/sysfs.c 		memcpy(buf, dc->sb.label, SB_LABEL_SIZE);
SB_LABEL_SIZE     257 drivers/md/bcache/sysfs.c 		buf[SB_LABEL_SIZE + 1] = '\0';
SB_LABEL_SIZE     385 drivers/md/bcache/sysfs.c 		if (size > SB_LABEL_SIZE)
SB_LABEL_SIZE     388 drivers/md/bcache/sysfs.c 		if (size < SB_LABEL_SIZE)
SB_LABEL_SIZE     395 drivers/md/bcache/sysfs.c 			       buf, SB_LABEL_SIZE);
SB_LABEL_SIZE     534 drivers/md/bcache/sysfs.c 		memcpy(buf, u->label, SB_LABEL_SIZE);
SB_LABEL_SIZE     535 drivers/md/bcache/sysfs.c 		buf[SB_LABEL_SIZE + 1] = '\0';
SB_LABEL_SIZE     566 drivers/md/bcache/sysfs.c 		memcpy(u->label, buf, SB_LABEL_SIZE);
SB_LABEL_SIZE     171 include/uapi/linux/bcache.h 	__u8			label[SB_LABEL_SIZE];