Searched refs:read_blk (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/quota/ |
H A D | quota_tree.c | 56 static ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in read_blk() function 125 ret = read_blk(info, blk, buf); in get_free_dqblk() 178 err = read_blk(info, nextblk, tmpbuf); in remove_free_dqentry() 188 err = read_blk(info, prevblk, tmpbuf); in remove_free_dqentry() 228 err = read_blk(info, info->dqi_free_entry, tmpbuf); in insert_free_dqentry() 275 *err = read_blk(info, blk, buf); in find_free_dqentry() 362 ret = read_blk(info, blks[depth], buf); in do_insert_tree() 495 ret = read_blk(info, blk, buf); in free_dqentry() 555 ret = read_blk(info, blks[depth], buf); in remove_tree() 632 ret = read_blk(info, blk, buf); in find_block_dqentry() [all …]
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-hyperv.c | 1435 struct pci_read_block *read_blk; in hv_read_config_block() local 1448 read_blk = (struct pci_read_block *)&pkt.pkt.message; in hv_read_config_block() 1449 read_blk->message_type.type = PCI_READ_BLOCK; in hv_read_config_block() 1450 read_blk->wslot.slot = devfn_to_wslot(pdev->devfn); in hv_read_config_block() 1451 read_blk->block_id = block_id; in hv_read_config_block() 1452 read_blk->bytes_requested = len; in hv_read_config_block() 1454 ret = vmbus_sendpacket(hbus->hdev->channel, read_blk, in hv_read_config_block() 1455 sizeof(*read_blk), (unsigned long)&pkt.pkt, in hv_read_config_block()
|