Home
last modified time | relevance | path

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

/linux-6.15/drivers/rapidio/
H A Drio_cm.c1956 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_add_dev()
2004 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_remove_dev()
2024 riocm_debug(RDEV, "removing peer %s", rio_name(rdev)); in riocm_remove_dev()
2206 riocm_debug(RDEV, "%s drop ch_%d", in riocm_remove_mport()
2226 riocm_debug(RDEV, "ATTN: peer list not empty"); in riocm_remove_mport()
2228 riocm_debug(RDEV, "removing peer %s", rio_name(peer->rdev)); in riocm_remove_mport()
/linux-6.15/drivers/rapidio/devices/
H A Drio_mport_cdev.c1665 rmcd_debug(RDEV, "net_%d", net->id); in rio_release_net()
1698 rmcd_debug(RDEV, "name:%s ct:0x%x did:0x%x hc:0x%x", dev_info.name, in rio_mport_add_riodev()
1703 rmcd_debug(RDEV, "device %s already exists", dev_info.name); in rio_mport_add_riodev()
1733 rmcd_debug(RDEV, "failed to allocate net object"); in rio_mport_add_riodev()
1744 rmcd_debug(RDEV, "failed to register net, err=%d", err); in rio_mport_add_riodev()
1854 rmcd_debug(RDEV, in rio_mport_del_riodev()
/linux-6.15/fs/f2fs/
H A Dsuper.c3640 if (RDEV(0).path[0]) { in sanity_check_raw_super()
3641 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super()
3644 while (i < MAX_DEVICES && RDEV(i).path[0]) { in sanity_check_raw_super()
3645 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super()
4326 if (!RDEV(0).path[0]) { in f2fs_scan_devices()
4353 else if (!RDEV(i).path[0]) in f2fs_scan_devices()
4358 memcpy(FDEV(i).path, RDEV(i).path, MAX_PATH_LEN); in f2fs_scan_devices()
4360 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices()
H A Df2fs.h1272 #define RDEV(i) (raw_super->devs[i]) macro