Searched refs:SB_LABEL_SIZE (Results 1 – 3 of 3) sorted by relevance
/drivers/md/bcache/ |
D | sysfs.c | 156 memcpy(buf, dc->sb.label, SB_LABEL_SIZE); in SHOW() 157 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW() 217 memcpy(dc->sb.label, buf, SB_LABEL_SIZE); in STORE() 221 buf, SB_LABEL_SIZE); in STORE() 311 memcpy(buf, u->label, SB_LABEL_SIZE); in SHOW() 312 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW() 338 memcpy(u->label, buf, SB_LABEL_SIZE); in STORE()
|
D | bcache.h | 240 #define SB_LABEL_SIZE 32 macro 259 uint8_t label[SB_LABEL_SIZE];
|
D | super.c | 109 memcpy(sb->label, s->label, SB_LABEL_SIZE); in read_super() 250 memcpy(out->label, sb->label, SB_LABEL_SIZE); in __write_super() 938 memcpy(u->label, dc->sb.label, SB_LABEL_SIZE); in bch_cached_dev_attach()
|