Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbcache.h155 #define SB_LABEL_SIZE 32 macro
174 __u8 label[SB_LABEL_SIZE];
236 __u8 label[SB_LABEL_SIZE];
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dsysfs.c261 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 STORE()
393 if (size < SB_LABEL_SIZE) in STORE()
400 buf, SB_LABEL_SIZE); in STORE()
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 Dsuper.c186 memcpy(sb->label, s->label, SB_LABEL_SIZE); in read_super()
303 memcpy(out->label, sb->label, SB_LABEL_SIZE); in __write_super()
1062 char *buf = kmemdup_nul(dc->sb.label, SB_LABEL_SIZE, GFP_KERNEL); in bch_cached_dev_run()
1291 memcpy(u->label, dc->sb.label, SB_LABEL_SIZE); in bch_cached_dev_attach()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbcache.h152 #define SB_LABEL_SIZE 32 macro
171 __u8 label[SB_LABEL_SIZE];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbcache.h152 #define SB_LABEL_SIZE 32 macro
171 __u8 label[SB_LABEL_SIZE];