/linux-4.1.27/block/partitions/ |
H A D | check.h | 11 char name[BDEVNAME_SIZE]; 44 char tmp[1 + BDEVNAME_SIZE + 10 + 1]; put_partition()
|
H A D | cmdline.c | 70 char bdev[BDEVNAME_SIZE]; cmdline_partition()
|
H A D | sgi.c | 40 char b[BDEVNAME_SIZE]; sgi_partition()
|
H A D | amiga.c | 37 char b[BDEVNAME_SIZE]; amiga_partition()
|
H A D | sun.c | 60 char b[BDEVNAME_SIZE]; sun_partition()
|
H A D | msdos.c | 232 char tmp[1 + BDEVNAME_SIZE + 10 + 11 + 1]; parse_solaris_x86() 368 char tmp[1 + BDEVNAME_SIZE + 10 + 12 + 1]; parse_unixware() 415 char tmp[1 + BDEVNAME_SIZE + 10 + 9 + 1]; parse_minix()
|
/linux-4.1.27/include/linux/ |
H A D | cmdline-parser.h | 19 char name[BDEVNAME_SIZE]; /* partition name, such as 'rootfs' */ 27 char name[BDEVNAME_SIZE]; /* block device, such as 'mmcblk0' */
|
H A D | jbd2.h | 866 char j_devname[BDEVNAME_SIZE+24];
|
H A D | fs.h | 2332 #define BDEVNAME_SIZE 32 /* Largest string for a blockdev identifier */ macro
|
/linux-4.1.27/fs/minix/ |
H A D | itree_v1.c | 27 char b[BDEVNAME_SIZE]; block_to_path()
|
H A D | itree_v2.c | 29 char b[BDEVNAME_SIZE]; block_to_path()
|
/linux-4.1.27/fs/reiserfs/ |
H A D | procfs.c | 306 char b[BDEVNAME_SIZE]; show_journal() 418 char b[BDEVNAME_SIZE]; reiserfs_proc_info_init() 422 strlcpy(b, sb->s_id, BDEVNAME_SIZE); reiserfs_proc_info_init() 448 char b[BDEVNAME_SIZE]; reiserfs_proc_info_done() 452 strlcpy(b, sb->s_id, BDEVNAME_SIZE); reiserfs_proc_info_done()
|
H A D | prints.c | 142 char b[BDEVNAME_SIZE]; sprintf_buffer_head() 533 char b[BDEVNAME_SIZE]; print_super_block()
|
H A D | journal.c | 621 char b[BDEVNAME_SIZE]; reiserfs_end_buffer_io_sync() 2390 char b[BDEVNAME_SIZE]; journal_read() 2610 char b[BDEVNAME_SIZE]; journal_init_dev() 2727 char b[BDEVNAME_SIZE]; journal_init()
|
/linux-4.1.27/block/ |
H A D | partition-generic.c | 37 snprintf(buf, BDEVNAME_SIZE, "%s", hd->disk_name); disk_name() 39 snprintf(buf, BDEVNAME_SIZE, "%sp%d", hd->disk_name, partno); disk_name() 41 snprintf(buf, BDEVNAME_SIZE, "%s%d", hd->disk_name, partno); disk_name() 60 scnprintf(buffer, BDEVNAME_SIZE, "unknown-block(%u,%u)", __bdevname()
|
H A D | cmdline-parser.c | 96 char buf[BDEVNAME_SIZE + 32 + 4]; parse_parts()
|
H A D | genhd.c | 748 char name_buf[BDEVNAME_SIZE]; printk_all_partitions() 849 char buf[BDEVNAME_SIZE]; show_partition() 1152 char buf[BDEVNAME_SIZE]; diskstats_show()
|
H A D | blk-settings.c | 692 char top[BDEVNAME_SIZE], bottom[BDEVNAME_SIZE]; disk_stack_limits()
|
H A D | blk-core.c | 1713 char b[BDEVNAME_SIZE]; handle_bad_sector() 1795 char b[BDEVNAME_SIZE]; generic_make_request_checks() 1989 char b[BDEVNAME_SIZE]; submit_bio()
|
/linux-4.1.27/drivers/md/ |
H A D | multipath.c | 97 char b[BDEVNAME_SIZE]; multipath_end_request() 186 char b[BDEVNAME_SIZE]; multipath_error() 232 char b[BDEVNAME_SIZE]; print_multipath_conf() 342 char b[BDEVNAME_SIZE]; multipathd()
|
H A D | raid0.c | 51 char b[BDEVNAME_SIZE]; dump_zones() 83 char b[BDEVNAME_SIZE]; create_strip_zones() 84 char b2[BDEVNAME_SIZE]; create_strip_zones()
|
H A D | linear.c | 261 char b[BDEVNAME_SIZE]; linear_make_request()
|
H A D | md.c | 804 char b[BDEVNAME_SIZE]; read_disk_sb() 963 char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; super_90_load() 1389 char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; super_1_load() 2027 char b[BDEVNAME_SIZE]; bind_rdev_to_array() 2112 char b[BDEVNAME_SIZE]; unbind_rdev_from_array() 2141 char b[BDEVNAME_SIZE]; lock_rdev() 2165 char b[BDEVNAME_SIZE]; export_rdev() 2327 char b[BDEVNAME_SIZE]; rdev_for_each() 3106 char b[BDEVNAME_SIZE]; md_import_device() 3176 char b[BDEVNAME_SIZE]; analyze_sbs() 5102 char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; 5562 char b[BDEVNAME_SIZE]; rdev_for_each() 5590 char b[BDEVNAME_SIZE]; autorun_devices() 5811 char b[BDEVNAME_SIZE], b2[BDEVNAME_SIZE]; add_new_disk() 5993 char b[BDEVNAME_SIZE]; hot_remove_disk() 6030 char b[BDEVNAME_SIZE]; hot_add_disk() 7070 char b[BDEVNAME_SIZE]; status_unused() 7267 char b[BDEVNAME_SIZE]; rdev_for_each_rcu()
|
H A D | raid1.c | 351 char b[BDEVNAME_SIZE]; raid1_end_read_request() 1476 char b[BDEVNAME_SIZE]; error() 1531 char b[BDEVNAME_SIZE]; print_conf() 1878 char b[BDEVNAME_SIZE]; fix_sync_read_error() 2163 char b[BDEVNAME_SIZE]; fix_read_error() 2323 char b[BDEVNAME_SIZE]; handle_read_error()
|
H A D | dm-table.c | 287 char b[BDEVNAME_SIZE]; device_area_is_invalid() 425 char b[BDEVNAME_SIZE]; dm_set_device_limits() 1662 char b[BDEVNAME_SIZE]; list_for_each_entry()
|
H A D | raid10.c | 405 char b[BDEVNAME_SIZE]; raid10_end_read_request() 1656 char b[BDEVNAME_SIZE]; error() 1706 char b[BDEVNAME_SIZE]; print_conf() 2374 char b[BDEVNAME_SIZE]; fix_read_error() 2453 char b[BDEVNAME_SIZE]; fix_read_error() 2493 char b[BDEVNAME_SIZE]; fix_read_error() 2613 char b[BDEVNAME_SIZE]; handle_read_error()
|
H A D | dm-thin.c | 2431 char buf[BDEVNAME_SIZE]; disable_passdown_if_not_supported() 2784 char buffer[BDEVNAME_SIZE]; warn_if_metadata_device_too_big() 3462 char buf[BDEVNAME_SIZE]; pool_status() 3463 char buf2[BDEVNAME_SIZE]; pool_status() 3957 char buf[BDEVNAME_SIZE]; thin_status()
|
H A D | dm-era-target.c | 1608 char buf[BDEVNAME_SIZE]; era_status()
|
H A D | dm-cache-target.c | 2045 char b[BDEVNAME_SIZE]; parse_metadata_dev() 3067 char buf[BDEVNAME_SIZE]; cache_status()
|
H A D | raid5.c | 2292 char b[BDEVNAME_SIZE]; raid5_end_read_request() 2509 char b[BDEVNAME_SIZE]; error() 6546 char b[BDEVNAME_SIZE]; rdev_for_each() 7020 char b[BDEVNAME_SIZE]; print_raid5_conf()
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | debug.c | 107 char name[BDEVNAME_SIZE]; bch_data_verify()
|
H A D | io.c | 191 char buf[BDEVNAME_SIZE]; bch_count_io_errors()
|
H A D | super.c | 915 char buf[BDEVNAME_SIZE]; cached_dev_detach_finish() 968 char buf[BDEVNAME_SIZE]; bch_cached_dev_attach() 1176 char name[BDEVNAME_SIZE]; register_bdev() 1878 char name[BDEVNAME_SIZE]; register_cache()
|
/linux-4.1.27/fs/f2fs/ |
H A D | debug.c | 209 char devname[BDEVNAME_SIZE]; stat_show()
|
/linux-4.1.27/fs/squashfs/ |
H A D | super.c | 83 char b[BDEVNAME_SIZE]; squashfs_fill_super()
|
/linux-4.1.27/fs/jbd/ |
H A D | journal.c | 682 char b[BDEVNAME_SIZE]; journal_bmap() 1065 char b[BDEVNAME_SIZE]; journal_write_superblock() 1091 char b[BDEVNAME_SIZE]; journal_write_superblock() 1681 char b[BDEVNAME_SIZE]; __journal_abort_hard()
|
H A D | commit.c | 496 char b[BDEVNAME_SIZE]; journal_commit_transaction()
|
H A D | transaction.c | 499 char b[BDEVNAME_SIZE]; warn_dirty_buffer()
|
/linux-4.1.27/init/ |
H A D | do_mounts.c | 388 char b[BDEVNAME_SIZE]; mount_block_root()
|
/linux-4.1.27/fs/ext4/ |
H A D | page-io.c | 55 char b[BDEVNAME_SIZE]; buffer_io_error()
|
H A D | xattr.c | 71 char b[BDEVNAME_SIZE]; \
|
H A D | super.c | 719 char b[BDEVNAME_SIZE]; ext4_blkdev_get()
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_iblock.c | 605 char buf[BDEVNAME_SIZE]; iblock_show_configfs_dev_params()
|
/linux-4.1.27/drivers/block/ |
H A D | pktcdvd.c | 2446 char b[BDEVNAME_SIZE]; pkt_make_request() 2541 char bdev_buf[BDEVNAME_SIZE]; pkt_seq_show() 2615 char b[BDEVNAME_SIZE]; pkt_new_dev()
|
/linux-4.1.27/fs/ |
H A D | block_dev.c | 1015 char name[BDEVNAME_SIZE] = ""; flush_disk() 1044 char name[BDEVNAME_SIZE]; check_disk_size_change()
|
H A D | super.c | 1000 char b[BDEVNAME_SIZE]; mount_bdev()
|
H A D | buffer.c | 133 char b[BDEVNAME_SIZE]; buffer_io_error() 236 char b[BDEVNAME_SIZE]; __find_get_block_slow() 530 char b[BDEVNAME_SIZE]; do_thaw_one() 1060 char b[BDEVNAME_SIZE]; grow_buffers()
|
/linux-4.1.27/fs/nilfs2/ |
H A D | super.c | 1316 char b[BDEVNAME_SIZE]; nilfs_mount()
|
/linux-4.1.27/fs/ext2/ |
H A D | xattr.c | 80 char b[BDEVNAME_SIZE]; \
|
/linux-4.1.27/fs/ext3/ |
H A D | xattr.c | 79 char b[BDEVNAME_SIZE]; \
|
H A D | super.c | 360 char b[BDEVNAME_SIZE]; ext3_blkdev_get() 1432 char b[BDEVNAME_SIZE]; ext3_setup_super()
|
/linux-4.1.27/fs/gfs2/ |
H A D | ops_fstype.c | 1314 char b[BDEVNAME_SIZE]; gfs2_mount()
|
/linux-4.1.27/fs/btrfs/ |
H A D | check-integrity.c | 204 char name[BDEVNAME_SIZE]; 3138 ds->name[BDEVNAME_SIZE - 1] = '\0'; list_for_each_entry()
|
H A D | super.c | 1388 char b[BDEVNAME_SIZE]; btrfs_mount()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_buf.c | 1653 char name[BDEVNAME_SIZE]; xfs_setsize_buftarg()
|
/linux-4.1.27/kernel/trace/ |
H A D | blktrace.c | 648 char b[BDEVNAME_SIZE]; blk_trace_ioctl()
|
/linux-4.1.27/drivers/scsi/ |
H A D | wd7000.c | 1592 char b[BDEVNAME_SIZE]; wd7000_biosparam()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_req.c | 540 char b[BDEVNAME_SIZE]; drbd_report_io_error()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
H A D | heartbeat.c | 263 char hr_dev_name[BDEVNAME_SIZE];
|
/linux-4.1.27/fs/jbd2/ |
H A D | transaction.c | 755 char b[BDEVNAME_SIZE]; warn_dirty_buffer()
|