Searched refs:SB_LABEL_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/md/bcache/ |
D | sysfs.c | 179 memcpy(buf, dc->sb.label, SB_LABEL_SIZE); in SHOW() 180 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW() 241 if (size > SB_LABEL_SIZE) in STORE() 244 if (size < SB_LABEL_SIZE) in STORE() 251 buf, SB_LABEL_SIZE); in STORE() 351 memcpy(buf, u->label, SB_LABEL_SIZE); in SHOW() 352 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW() 378 memcpy(u->label, buf, SB_LABEL_SIZE); in STORE()
|
D | super.c | 83 memcpy(sb->label, s->label, SB_LABEL_SIZE); in read_super() 224 memcpy(out->label, sb->label, SB_LABEL_SIZE); in __write_super() 840 char buf[SB_LABEL_SIZE + 1]; in bch_cached_dev_run() 848 memcpy(buf, dc->sb.label, SB_LABEL_SIZE); in bch_cached_dev_run() 849 buf[SB_LABEL_SIZE] = '\0'; in bch_cached_dev_run() 993 memcpy(u->label, dc->sb.label, SB_LABEL_SIZE); in bch_cached_dev_attach()
|
/linux-4.4.14/include/uapi/linux/ |
D | bcache.h | 149 #define SB_LABEL_SIZE 32 macro 168 __u8 label[SB_LABEL_SIZE];
|