Searched refs:read_blk (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/quota/ |
D | quota_tree.c | 50 static ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in read_blk() function 119 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() [all …]
|
/Linux-v6.1/drivers/pci/controller/ |
D | pci-hyperv.c | 1355 struct pci_read_block *read_blk; in hv_read_config_block() local 1368 read_blk = (struct pci_read_block *)&pkt.pkt.message; in hv_read_config_block() 1369 read_blk->message_type.type = PCI_READ_BLOCK; in hv_read_config_block() 1370 read_blk->wslot.slot = devfn_to_wslot(pdev->devfn); in hv_read_config_block() 1371 read_blk->block_id = block_id; in hv_read_config_block() 1372 read_blk->bytes_requested = len; in hv_read_config_block() 1374 ret = vmbus_sendpacket(hbus->hdev->channel, read_blk, in hv_read_config_block() 1375 sizeof(*read_blk), (unsigned long)&pkt.pkt, in hv_read_config_block()
|