Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Dquota_tree.c56 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 …]
/linux/drivers/pci/controller/
H A Dpci-hyperv.c1428 struct pci_read_block *read_blk; in hv_read_config_block() local
1441 read_blk = (struct pci_read_block *)&pkt.pkt.message; in hv_read_config_block()
1442 read_blk->message_type.type = PCI_READ_BLOCK; in hv_read_config_block()
1443 read_blk->wslot.slot = devfn_to_wslot(pdev->devfn); in hv_read_config_block()
1444 read_blk->block_id = block_id; in hv_read_config_block()
1445 read_blk->bytes_requested = len; in hv_read_config_block()
1447 ret = vmbus_sendpacket(hbus->hdev->channel, read_blk, in hv_read_config_block()
1448 sizeof(*read_blk), (unsigned long)&pkt.pkt, in hv_read_config_block()