Searched refs:target_block (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-verity-fec.c | 52 struct dm_verity_fec_io *fio, u64 target_block, in fec_decode_bufs() argument 79 v->data_dev->name, target_block, parity_block, in fec_decode_bufs() 109 v->data_dev->name, target_block, in fec_decode_bufs() 135 v->data_dev->name, target_block, r); in fec_decode_bufs() 138 v->data_dev->name, target_block, corrected); in fec_decode_bufs() 174 u64 target_block, u64 index_in_region, in fec_read_bufs() argument 219 v->data_dev->name, target_block, block, in fec_read_bufs() 323 struct dm_verity_fec_io *fio, u64 target_block, in fec_decode() argument 336 target_region = div64_u64_rem(target_block, v->fec->region_blocks, in fec_decode() 345 r = fec_read_bufs(v, io, target_block, index_in_region, out_pos, in fec_decode() [all …]
|
| /linux/fs/xfs/ |
| H A D | xfs_trans_ail.c | 415 uint32_t target_block; in xfs_ail_calc_push_target() local 450 target_block = BLOCK_LSN(min_lsn) + (log->l_logBBsize >> 2); in xfs_ail_calc_push_target() 451 if (target_block >= log->l_logBBsize) { in xfs_ail_calc_push_target() 452 target_block -= log->l_logBBsize; in xfs_ail_calc_push_target() 455 target_lsn = xlog_assign_lsn(target_cycle, target_block); in xfs_ail_calc_push_target()
|
| /linux/drivers/scsi/ |
| H A D | scsi_lib.c | 3098 target_block(struct device *dev, void *data) in target_block() function 3122 device_for_each_child(dev, NULL, target_block); in scsi_block_targets()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 641 target_block/unblock only if FC_TRANS_VER1. 648 target_block/unblock. 651 * Removed NULL target check from target_block/unblock and fixed up
|