Home
last modified time | relevance | path

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

/linux/drivers/rapidio/
H A Drio_cm.c1953 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_add_dev()
2001 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_remove_dev()
2021 riocm_debug(RDEV, "removing peer %s", rio_name(rdev)); in riocm_remove_dev()
2203 riocm_debug(RDEV, "%s drop ch_%d", in riocm_remove_mport()
2223 riocm_debug(RDEV, "ATTN: peer list not empty"); in riocm_remove_mport()
2225 riocm_debug(RDEV, "removing peer %s", rio_name(peer->rdev)); in riocm_remove_mport()
/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c1645 rmcd_debug(RDEV, "net_%d", net->id); in rio_release_net()
1678 rmcd_debug(RDEV, "name:%s ct:0x%x did:0x%x hc:0x%x", dev_info.name, in rio_mport_add_riodev()
1683 rmcd_debug(RDEV, "device %s already exists", dev_info.name); in rio_mport_add_riodev()
1713 rmcd_debug(RDEV, "failed to allocate net object"); in rio_mport_add_riodev()
1724 rmcd_debug(RDEV, "failed to register net, err=%d", err); in rio_mport_add_riodev()
1834 rmcd_debug(RDEV, in rio_mport_del_riodev()
/linux/fs/f2fs/
H A Dsuper.c4021 if (RDEV(0).path[0]) { in sanity_check_raw_super()
4022 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super()
4025 while (i < MAX_DEVICES && RDEV(i).path[0]) { in sanity_check_raw_super()
4026 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super()
4712 if (!RDEV(0).path[0]) { in f2fs_scan_devices()
4749 else if (!RDEV(i).path[0]) in f2fs_scan_devices()
4754 memcpy(FDEV(i).path, RDEV(i).path, MAX_PATH_LEN); in f2fs_scan_devices()
4756 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices()
H A Df2fs.h1360 #define RDEV(i) (raw_super->devs[i]) macro