write_blk        1025 drivers/pci/controller/pci-hyperv.c 	struct pci_write_block *write_blk;
write_blk        1037 drivers/pci/controller/pci-hyperv.c 	write_blk = (struct pci_write_block *)&pkt.pkt.message;
write_blk        1038 drivers/pci/controller/pci-hyperv.c 	write_blk->message_type.type = PCI_WRITE_BLOCK;
write_blk        1039 drivers/pci/controller/pci-hyperv.c 	write_blk->wslot.slot = devfn_to_wslot(pdev->devfn);
write_blk        1040 drivers/pci/controller/pci-hyperv.c 	write_blk->block_id = block_id;
write_blk        1041 drivers/pci/controller/pci-hyperv.c 	write_blk->byte_count = len;
write_blk        1042 drivers/pci/controller/pci-hyperv.c 	memcpy(write_blk->bytes, buf, len);
write_blk        1053 drivers/pci/controller/pci-hyperv.c 	ret = vmbus_sendpacket(hbus->hdev->channel, write_blk, pkt_size,
write_blk         102 fs/quota/quota_tree.c 		ret = write_blk(info, info->dqi_blocks, buf);
write_blk         123 fs/quota/quota_tree.c 	err = write_blk(info, blk, buf);
write_blk         149 fs/quota/quota_tree.c 		err = write_blk(info, nextblk, tmpbuf);
write_blk         159 fs/quota/quota_tree.c 		err = write_blk(info, prevblk, tmpbuf);
write_blk         169 fs/quota/quota_tree.c 	if (write_blk(info, blk, buf) < 0)
write_blk         190 fs/quota/quota_tree.c 	err = write_blk(info, blk, buf);
write_blk         199 fs/quota/quota_tree.c 		err = write_blk(info, info->dqi_free_entry, tmpbuf);
write_blk         281 fs/quota/quota_tree.c 	*err = write_blk(info, blk, buf);
write_blk         345 fs/quota/quota_tree.c 		ret = write_blk(info, *treeblk, buf);
write_blk         459 fs/quota/quota_tree.c 			ret = write_blk(info, blk, buf);
write_blk         509 fs/quota/quota_tree.c 			ret = write_blk(info, *blk, buf);