Searched refs:dev_str (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/drivers/xen/xen-pciback/ |
D | xenbus.c | 370 char dev_str[64]; in xen_pcibk_reconfigure() local 405 len = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_reconfigure() 406 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure() 414 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure() 459 len = snprintf(dev_str, sizeof(dev_str), "vdev-%d", i); in xen_pcibk_reconfigure() 460 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure() 468 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure() 567 char dev_str[64]; in xen_pcibk_setup_backend() local 591 int l = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_setup_backend() 592 if (unlikely(l >= (sizeof(dev_str) - 1))) { in xen_pcibk_setup_backend() [all …]
|
/linux-4.19.296/fs/ocfs2/ |
D | super.c | 239 "Device", osb->dev_str, osb->uuid_str, in ocfs2_osb_dump() 1098 "Recovery will be skipped.\n", osb->dev_str); in ocfs2_fill_super() 1190 osb->dev_str, nodestr, osb->slot_num, in ocfs2_fill_super() 1988 osb->dev_str, nodestr); in ocfs2_dismount_volume() 2120 snprintf(osb->dev_str, sizeof(osb->dev_str), "%u,%u", in ocfs2_initialize_super() 2470 "unmounted cleanly, recovering it.\n", osb->dev_str); in ocfs2_check_volume()
|
D | quota_local.c | 402 "slot %u\n", osb->dev_str, slot_num); in ocfs2_begin_quota_recovery() 598 "slot %u\n", osb->dev_str, slot_num); in ocfs2_finish_quota_recovery() 617 "locked.\n", osb->dev_str, slot_num); in ocfs2_finish_quota_recovery()
|
D | slot_map.c | 496 "allocated to this node!\n", slot, osb->dev_str); in ocfs2_find_slot()
|
D | reservations.c | 94 osb->dev_str, resmap->m_bitmap_len); in ocfs2_dump_resv()
|
D | ocfs2.h | 399 char dev_str[20]; /* "major,minor" of the device */ member
|
D | resize.c | 264 osb->dev_str); in ocfs2_update_super_and_backups()
|
D | alloc.c | 242 osb->dev_str, in ocfs2_dinode_insert_check() 7581 osb->dev_str); in ocfs2_trim_fs() 7595 osb->dev_str, info.tf_nodenum); in ocfs2_trim_fs()
|