Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dsbp2.c174 static const struct device *tgt_dev(const struct sbp2_target *tgt) in tgt_dev() function
825 dev_err(tgt_dev(tgt), "failed to login to LUN %04x\n", in sbp2_login()
843 dev_notice(tgt_dev(tgt), "logged in to LUN %04x (%d retries)\n", in sbp2_login()
935 dev_err(tgt_dev(tgt), "failed to reconnect\n"); in sbp2_reconnect()
949 dev_notice(tgt_dev(tgt), "reconnected to LUN %04x (%d retries)\n", in sbp2_reconnect()
1079 dev_notice(tgt_dev(tgt), "%ds mgt_ORB_timeout limited to 40s\n", in sbp2_clamp_management_orb_timeout()
1092 dev_notice(tgt_dev(tgt), in sbp2_init_workarounds()
1114 dev_notice(tgt_dev(tgt), "workarounds 0x%x " in sbp2_init_workarounds()
/linux/fs/btrfs/
H A Dzoned.c2369 int btrfs_sync_zone_write_pointer(struct btrfs_device *tgt_dev, u64 logical, in btrfs_sync_zone_write_pointer() argument
2372 struct btrfs_fs_info *fs_info = tgt_dev->fs_info; in btrfs_sync_zone_write_pointer()
2378 if (!btrfs_dev_is_sequential(tgt_dev, physical_pos)) in btrfs_sync_zone_write_pointer()
2394 return btrfs_zoned_issue_zeroout(tgt_dev, physical_pos, length); in btrfs_sync_zone_write_pointer()