Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/quota/
A Dquota_tree.c119 ret = read_blk(info, blk, buf); in get_free_dqblk()
172 err = read_blk(info, nextblk, tmpbuf); in remove_free_dqentry()
182 err = read_blk(info, prevblk, tmpbuf); in remove_free_dqentry()
222 err = read_blk(info, info->dqi_free_entry, tmpbuf); in insert_free_dqentry()
269 *err = read_blk(info, blk, buf); in find_free_dqentry()
347 ret = read_blk(info, *treeblk, buf); in do_insert_tree()
464 ret = read_blk(info, blk, buf); in free_dqentry()
523 ret = read_blk(info, *blk, buf); in remove_tree()
587 ret = read_blk(info, blk, buf); in find_block_dqentry()
624 ret = read_blk(info, blk, buf); in find_tree_dqentry()
[all …]
/linux-6.3-rc2/drivers/pci/controller/
A Dpci-hyperv.c1342 struct pci_read_block *read_blk; in hv_read_config_block() local
1355 read_blk = (struct pci_read_block *)&pkt.pkt.message; in hv_read_config_block()
1356 read_blk->message_type.type = PCI_READ_BLOCK; in hv_read_config_block()
1357 read_blk->wslot.slot = devfn_to_wslot(pdev->devfn); in hv_read_config_block()
1358 read_blk->block_id = block_id; in hv_read_config_block()
1359 read_blk->bytes_requested = len; in hv_read_config_block()
1361 ret = vmbus_sendpacket(hbus->hdev->channel, read_blk, in hv_read_config_block()
1362 sizeof(*read_blk), (unsigned long)&pkt.pkt, in hv_read_config_block()

Completed in 15 milliseconds