Lines Matching refs:nolb
362 sector_t nolb = sbc_get_write_same_sectors(cmd); in fd_execute_write_same() local
368 if (!nolb) { in fd_execute_write_same()
388 bvec = kcalloc(nolb, sizeof(struct bio_vec), GFP_KERNEL); in fd_execute_write_same()
392 for (i = 0; i < nolb; i++) { in fd_execute_write_same()
400 iov_iter_bvec(&iter, ITER_BVEC, bvec, nolb, len); in fd_execute_write_same()
414 fd_do_prot_fill(struct se_device *se_dev, sector_t lba, sector_t nolb, in fd_do_prot_fill() argument
427 prot_length = nolb * se_dev->prot_length; in fd_do_prot_fill()
444 fd_do_prot_unmap(struct se_cmd *cmd, sector_t lba, sector_t nolb) in fd_do_prot_unmap() argument
456 rc = fd_do_prot_fill(cmd->se_dev, lba, nolb, buf, PAGE_SIZE); in fd_do_prot_unmap()
464 fd_execute_unmap(struct se_cmd *cmd, sector_t lba, sector_t nolb) in fd_execute_unmap() argument
471 ret = fd_do_prot_unmap(cmd, lba, nolb); in fd_execute_unmap()
483 target_to_linux_sector(dev, nolb), in fd_execute_unmap()
494 unsigned int len = nolb * se_dev->dev_attrib.block_size; in fd_execute_unmap()