Searched refs:read_blk (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota_tree.c | 59 static ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in read_blk() function 123 ret = read_blk(info, blk, buf); in get_free_dqblk() 176 err = read_blk(info, nextblk, tmpbuf); in remove_free_dqentry() 186 err = read_blk(info, prevblk, tmpbuf); in remove_free_dqentry() 226 err = read_blk(info, info->dqi_free_entry, tmpbuf); in insert_free_dqentry() 273 *err = read_blk(info, blk, buf); in find_free_dqentry() 351 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() 589 ret = read_blk(inf in find_block_dqentry() [all...] |
/kernel/linux/linux-6.6/fs/quota/ |
H A 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(inf in find_block_dqentry() [all...] |
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-hyperv.c | 943 struct pci_read_block *read_blk; in hv_read_config_block() local 956 read_blk = (struct pci_read_block *)&pkt.pkt.message; in hv_read_config_block() 957 read_blk->message_type.type = PCI_READ_BLOCK; in hv_read_config_block() 958 read_blk->wslot.slot = devfn_to_wslot(pdev->devfn); in hv_read_config_block() 959 read_blk->block_id = block_id; in hv_read_config_block() 960 read_blk->bytes_requested = len; in hv_read_config_block() 962 ret = vmbus_sendpacket(hbus->hdev->channel, read_blk, in hv_read_config_block() 963 sizeof(*read_blk), (unsigned long)&pkt.pkt, in hv_read_config_block()
|
/kernel/linux/linux-6.6/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()
|
Completed in 12 milliseconds