Home
last modified time | relevance | path

Searched refs:tgt_dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/firewire/
H A Dsbp2.c175 static const struct device *tgt_dev(const struct sbp2_target *tgt) in tgt_dev() function
826 dev_err(tgt_dev(tgt), "failed to login to LUN %04x\n", in sbp2_login()
844 dev_notice(tgt_dev(tgt), "logged in to LUN %04x (%d retries)\n", in sbp2_login()
936 dev_err(tgt_dev(tgt), "failed to reconnect\n"); in sbp2_reconnect()
950 dev_notice(tgt_dev(tgt), "reconnected to LUN %04x (%d retries)\n", in sbp2_reconnect()
1080 dev_notice(tgt_dev(tgt), "%ds mgt_ORB_timeout limited to 40s\n", in sbp2_clamp_management_orb_timeout()
1093 dev_notice(tgt_dev(tgt), in sbp2_init_workarounds()
1115 dev_notice(tgt_dev(tgt), "workarounds 0x%x " in sbp2_init_workarounds()
/linux/fs/btrfs/
H A Dzoned.c2339 int btrfs_sync_zone_write_pointer(struct btrfs_device *tgt_dev, u64 logical, in btrfs_sync_zone_write_pointer() argument
2342 struct btrfs_fs_info *fs_info = tgt_dev->fs_info; in btrfs_sync_zone_write_pointer()
2348 if (!btrfs_dev_is_sequential(tgt_dev, physical_pos)) in btrfs_sync_zone_write_pointer()
2364 return btrfs_zoned_issue_zeroout(tgt_dev, physical_pos, length); in btrfs_sync_zone_write_pointer()