Home
last modified time | relevance | path

Searched refs:RDEV (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/rapidio/
Drio_cm.c1961 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_add_dev()
2009 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_remove_dev()
2029 riocm_debug(RDEV, "removing peer %s", rio_name(rdev)); in riocm_remove_dev()
2208 riocm_debug(RDEV, "%s drop ch_%d", in riocm_remove_mport()
2228 riocm_debug(RDEV, "ATTN: peer list not empty"); in riocm_remove_mport()
2230 riocm_debug(RDEV, "removing peer %s", rio_name(peer->rdev)); in riocm_remove_mport()
/Linux-v4.19/drivers/rapidio/devices/
Drio_mport_cdev.c1661 rmcd_debug(RDEV, "net_%d", net->id); in rio_release_net()
1692 rmcd_debug(RDEV, "name:%s ct:0x%x did:0x%x hc:0x%x", dev_info.name, in rio_mport_add_riodev()
1696 rmcd_debug(RDEV, "device %s already exists", dev_info.name); in rio_mport_add_riodev()
1726 rmcd_debug(RDEV, "failed to allocate net object"); in rio_mport_add_riodev()
1737 rmcd_debug(RDEV, "failed to register net, err=%d", err); in rio_mport_add_riodev()
1842 rmcd_debug(RDEV, in rio_mport_del_riodev()
/Linux-v4.19/fs/f2fs/
Dsuper.c2627 if (!RDEV(0).path[0]) { in f2fs_scan_devices()
2646 if (i > 0 && !RDEV(i).path[0]) in f2fs_scan_devices()
2656 memcpy(FDEV(i).path, RDEV(i).path, MAX_PATH_LEN); in f2fs_scan_devices()
2658 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices()
Df2fs.h1053 #define RDEV(i) (raw_super->devs[i]) macro