Searched refs:BDEVNAME_SIZE (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/block/partitions/ |
H A D | check.h | 12 char name[BDEVNAME_SIZE]; 40 char tmp[1 + BDEVNAME_SIZE + 10 + 1]; in put_partition()
|
H A D | cmdline.c | 28 char name[BDEVNAME_SIZE]; /* partition name, such as 'rootfs' */ 36 char name[BDEVNAME_SIZE]; /* block device, such as 'mmcblk0' */
|
H A D | msdos.c | 267 char tmp[1 + BDEVNAME_SIZE + 10 + 11 + 1]; in parse_solaris_x86() 500 char tmp[1 + BDEVNAME_SIZE + 10 + 12 + 1]; in parse_unixware() 549 char tmp[1 + BDEVNAME_SIZE + 10 + 9 + 1]; in parse_minix()
|
H A D | core.c | 130 snprintf(state->name, BDEVNAME_SIZE, "%s", hd->disk_name); in check_partition()
|
/openbmc/linux/fs/reiserfs/ |
H A D | procfs.c | 410 char b[BDEVNAME_SIZE]; in reiserfs_proc_info_init() 414 strscpy(b, sb->s_id, BDEVNAME_SIZE); in reiserfs_proc_info_init() 440 char b[BDEVNAME_SIZE]; in reiserfs_proc_info_done() 444 strscpy(b, sb->s_id, BDEVNAME_SIZE); in reiserfs_proc_info_done()
|
/openbmc/linux/init/ |
H A D | do_mounts.c | 190 char b[BDEVNAME_SIZE]; in mount_root_generic() 193 scnprintf(b, BDEVNAME_SIZE, "unknown-block(%u,%u)", in mount_root_generic()
|
/openbmc/linux/fs/ext4/ |
H A D | mmp.c | 385 BUILD_BUG_ON(sizeof(mmp->mmp_bdevname) < BDEVNAME_SIZE); in ext4_multi_mount_protect()
|
/openbmc/linux/drivers/md/ |
H A D | dm-zoned-metadata.c | 147 char devname[BDEVNAME_SIZE]; 148 char label[BDEVNAME_SIZE]; 782 memcpy(sb->dmz_label, zmd->label, BDEVNAME_SIZE); in dmz_write_sb() 1036 memcpy(zmd->label, sb->dmz_label, BDEVNAME_SIZE); in dmz_check_sb() 1037 else if (memcmp(zmd->label, sb->dmz_label, BDEVNAME_SIZE)) { in dmz_check_sb()
|
H A D | dm-zoned-target.c | 1082 char buf[BDEVNAME_SIZE]; in dmz_status()
|
H A D | dm-thin.c | 3928 char buf[BDEVNAME_SIZE]; in pool_status() 3929 char buf2[BDEVNAME_SIZE]; in pool_status() 4414 char buf[BDEVNAME_SIZE]; in thin_status()
|
H A D | dm-era-target.c | 1652 char buf[BDEVNAME_SIZE]; in era_status()
|
H A D | dm-clone-target.c | 1435 char buf[BDEVNAME_SIZE]; in clone_status()
|
H A D | dm-cache-target.c | 3065 char buf[BDEVNAME_SIZE]; in cache_status()
|
H A D | raid1.c | 1227 char b[BDEVNAME_SIZE]; in raid1_read_request()
|
H A D | raid10.c | 1181 char b[BDEVNAME_SIZE]; in raid10_read_request()
|
H A D | md.c | 2410 char b[BDEVNAME_SIZE]; in bind_rdev_to_array()
|
/openbmc/linux/include/linux/ |
H A D | jbd2.h | 991 char j_devname[BDEVNAME_SIZE+24];
|
H A D | blkdev.h | 1469 #define BDEVNAME_SIZE 32 /* Largest string for a blockdev identifier */ macro
|
/openbmc/linux/drivers/md/bcache/ |
H A D | sysfs.c | 274 snprintf(buf, BDEVNAME_SIZE + 1, "%pg", dc->bdev); in SHOW()
|
/openbmc/linux/kernel/trace/ |
H A D | blktrace.c | 734 char b[BDEVNAME_SIZE]; in blk_trace_ioctl()
|