Home
last modified time | relevance | path

Searched refs:SB_LABEL_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/bcache/
H A Dbcache_ondisk.h156 #define SB_LABEL_SIZE 32 macro
175 __u8 label[SB_LABEL_SIZE];
237 __u8 label[SB_LABEL_SIZE];
H A Dsysfs.c266 memcpy(buf, dc->sb.label, SB_LABEL_SIZE); in SHOW()
267 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW()
405 if (size > SB_LABEL_SIZE) in STORE()
408 if (size < SB_LABEL_SIZE) in STORE()
415 buf, SB_LABEL_SIZE); in STORE()
558 memcpy(buf, u->label, SB_LABEL_SIZE); in SHOW()
559 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW()
590 memcpy(u->label, buf, SB_LABEL_SIZE); in STORE()