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

/linux-master/fs/quota/
H A Dquota_tree.c56 static ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) function
125 ret = read_blk(info, blk, buf);
178 err = read_blk(info, nextblk, tmpbuf);
188 err = read_blk(info, prevblk, tmpbuf);
228 err = read_blk(info, info->dqi_free_entry, tmpbuf);
275 *err = read_blk(info, blk, buf);
362 ret = read_blk(info, blks[depth], buf);
495 ret = read_blk(info, blk, buf);
555 ret = read_blk(info, blks[depth], buf);
632 ret = read_blk(inf
[all...]
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c1428 struct pci_read_block *read_blk; local
1441 read_blk = (struct pci_read_block *)&pkt.pkt.message;
1442 read_blk->message_type.type = PCI_READ_BLOCK;
1443 read_blk->wslot.slot = devfn_to_wslot(pdev->devfn);
1444 read_blk->block_id = block_id;
1445 read_blk->bytes_requested = len;
1447 ret = vmbus_sendpacket(hbus->hdev->channel, read_blk,
1448 sizeof(*read_blk), (unsigned long)&pkt.pkt,

Completed in 123 milliseconds