Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/util-linux/volume_id/
H A Dbcache.c24 #define SB_LABEL_SIZE 32 macro
44 uint8_t label[SB_LABEL_SIZE];
105 volume_id_set_label_string(id, sb->label, SB_LABEL_SIZE); in volume_id_probe_bcache()
/dports/sysutils/linrename/util-linux-2.25.2/libblkid/src/superblocks/
H A Dbcache.c17 #define SB_LABEL_SIZE 32 macro
40 uint8_t label[SB_LABEL_SIZE];
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dbcache.h155 #define SB_LABEL_SIZE 32 macro
174 uint8_t label[SB_LABEL_SIZE];
236 uint8_t label[SB_LABEL_SIZE];
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dbcache.h155 #define SB_LABEL_SIZE 32 macro
174 uint8_t label[SB_LABEL_SIZE];
236 uint8_t label[SB_LABEL_SIZE];
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dbcache.h155 #define SB_LABEL_SIZE 32 macro
174 uint8_t label[SB_LABEL_SIZE];
236 uint8_t label[SB_LABEL_SIZE];
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/bcache/
H A Dsysfs.c269 memcpy(buf, dc->sb.label, SB_LABEL_SIZE); in SHOW()
270 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW()
409 if (size > SB_LABEL_SIZE) in STORE()
412 if (size < SB_LABEL_SIZE) in STORE()
419 buf, SB_LABEL_SIZE); in STORE()
562 memcpy(buf, u->label, SB_LABEL_SIZE); in SHOW()
563 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW()
594 memcpy(u->label, buf, SB_LABEL_SIZE); in STORE()
H A Dsuper.c187 memcpy(sb->label, s->label, SB_LABEL_SIZE); in read_super()
304 memcpy(out->label, sb->label, SB_LABEL_SIZE); in __write_super()
1058 char *buf = kmemdup_nul(dc->sb.label, SB_LABEL_SIZE, GFP_KERNEL); in bch_cached_dev_run()
1276 memcpy(u->label, dc->sb.label, SB_LABEL_SIZE); in bch_cached_dev_attach()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/bcache/
H A Dsysfs.c269 memcpy(buf, dc->sb.label, SB_LABEL_SIZE); in SHOW()
270 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW()
409 if (size > SB_LABEL_SIZE) in STORE()
412 if (size < SB_LABEL_SIZE) in STORE()
419 buf, SB_LABEL_SIZE); in STORE()
562 memcpy(buf, u->label, SB_LABEL_SIZE); in SHOW()
563 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW()
594 memcpy(u->label, buf, SB_LABEL_SIZE); in STORE()
H A Dsuper.c187 memcpy(sb->label, s->label, SB_LABEL_SIZE); in read_super()
304 memcpy(out->label, sb->label, SB_LABEL_SIZE); in __write_super()
1058 char *buf = kmemdup_nul(dc->sb.label, SB_LABEL_SIZE, GFP_KERNEL); in bch_cached_dev_run()
1276 memcpy(u->label, dc->sb.label, SB_LABEL_SIZE); in bch_cached_dev_attach()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/bcache/
H A Dsysfs.c269 memcpy(buf, dc->sb.label, SB_LABEL_SIZE); in SHOW()
270 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW()
409 if (size > SB_LABEL_SIZE) in STORE()
412 if (size < SB_LABEL_SIZE) in STORE()
419 buf, SB_LABEL_SIZE); in STORE()
562 memcpy(buf, u->label, SB_LABEL_SIZE); in SHOW()
563 buf[SB_LABEL_SIZE + 1] = '\0'; in SHOW()
594 memcpy(u->label, buf, SB_LABEL_SIZE); in STORE()
H A Dsuper.c187 memcpy(sb->label, s->label, SB_LABEL_SIZE); in read_super()
304 memcpy(out->label, sb->label, SB_LABEL_SIZE); in __write_super()
1058 char *buf = kmemdup_nul(dc->sb.label, SB_LABEL_SIZE, GFP_KERNEL); in bch_cached_dev_run()
1276 memcpy(u->label, dc->sb.label, SB_LABEL_SIZE); in bch_cached_dev_attach()
/dports/devel/util-linux/util-linux-2.36/libblkid/src/superblocks/
H A Dbcache.c16 #define SB_LABEL_SIZE 32 macro