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 Dsuper.c186 memcpy(sb->label, s->label, SB_LABEL_SIZE); in read_super()
302 memcpy(out->label, sb->label, SB_LABEL_SIZE); in __write_super()
1054 char *buf = kmemdup_nul(dc->sb.label, SB_LABEL_SIZE, GFP_KERNEL); in bch_cached_dev_run()
1269 memcpy(u->label, dc->sb.label, SB_LABEL_SIZE); in bch_cached_dev_attach()