Searched refs:SB_LABEL_SIZE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bcache.h | 63 #define SB_LABEL_SIZE 32 macro 77 __u8 label[SB_LABEL_SIZE]; 114 __u8 label[SB_LABEL_SIZE];
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bcache.h | 63 #define SB_LABEL_SIZE 32 macro 77 __u8 label[SB_LABEL_SIZE]; 114 __u8 label[SB_LABEL_SIZE];
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bcache.h | 155 #define SB_LABEL_SIZE 32 macro 174 __u8 label[SB_LABEL_SIZE]; 236 __u8 label[SB_LABEL_SIZE];
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | bcache_ondisk.h | 156 #define SB_LABEL_SIZE 32 macro 175 __u8 label[SB_LABEL_SIZE]; 237 __u8 label[SB_LABEL_SIZE];
|
H A D | sysfs.c | 267 memcpy(buf, dc->sb.label, SB_LABEL_SIZE); in SHOW() 268 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW() 406 if (size > SB_LABEL_SIZE) in SHOW_LOCKED() 409 if (size < SB_LABEL_SIZE) in SHOW_LOCKED() 416 buf, SB_LABEL_SIZE); in SHOW_LOCKED() 559 memcpy(buf, u->label, SB_LABEL_SIZE); in SHOW() 560 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW() 591 memcpy(u->label, buf, SB_LABEL_SIZE); in STORE()
|
H A D | super.c | 186 memcpy(sb->label, s->label, SB_LABEL_SIZE); in read_super() 303 memcpy(out->label, sb->label, SB_LABEL_SIZE); in __write_super() 1048 char *buf = kmemdup_nul(dc->sb.label, SB_LABEL_SIZE, GFP_KERNEL); in bch_cached_dev_run() 1263 memcpy(u->label, dc->sb.label, SB_LABEL_SIZE); in bch_cached_dev_attach()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | sysfs.c | 261 memcpy(buf, dc->sb.label, SB_LABEL_SIZE); in SHOW() 262 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW() 390 if (size > SB_LABEL_SIZE) in SHOW_LOCKED() 393 if (size < SB_LABEL_SIZE) in SHOW_LOCKED() 400 buf, SB_LABEL_SIZE); in SHOW_LOCKED() 539 memcpy(buf, u->label, SB_LABEL_SIZE); in SHOW() 540 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW() 571 memcpy(u->label, buf, SB_LABEL_SIZE); in STORE()
|
H A D | super.c | 186 memcpy(sb->label, s->label, SB_LABEL_SIZE); in read_super() 303 memcpy(out->label, sb->label, SB_LABEL_SIZE); in __write_super() 1064 char *buf = kmemdup_nul(dc->sb.label, SB_LABEL_SIZE, GFP_KERNEL); in bch_cached_dev_run() 1293 memcpy(u->label, dc->sb.label, SB_LABEL_SIZE); in bch_cached_dev_attach()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bcache.h | 103 #define SB_LABEL_SIZE 32 macro 117 __u8 label[SB_LABEL_SIZE];
|
Completed in 13 milliseconds