Searched refs:sync_read_phys (Results 1 – 6 of 6) sorted by relevance
/reactos/drivers/filesystems/btrfs/ |
H A D | read.c | 297 …Status = sync_read_phys(devices[j]->devobj, devices[j]->fileobj, cis[j].offset + context->stripes[… in read_data_dup() 352 Status = sync_read_phys(devices[j]->devobj, devices[j]->fileobj, in read_data_dup() 537 …Status = sync_read_phys(devices[stripe + j]->devobj, devices[stripe + j]->fileobj, cis[stripe + j]… in read_data_raid10() 608 …Status = sync_read_phys(devices[stripe2 + j]->devobj, devices[stripe2 + j]->fileobj, cis[stripe2 +… in read_data_raid10() 766 …Status = sync_read_phys(devices[j]->devobj, devices[j]->fileobj, cis[j].offset + off, Vcb->superbl… in read_data_raid5() 853 …Status = sync_read_phys(devices[j]->devobj, devices[j]->fileobj, cis[j].offset + off, Vcb->superbl… in read_data_raid5() 863 …Status = sync_read_phys(devices[j]->devobj, devices[j]->fileobj, cis[j].offset + off, Vcb->superbl… in read_data_raid5() 1116 …Status = sync_read_phys(devices[j]->devobj, devices[j]->fileobj, cis[j].offset + off, Vcb->superbl… in read_data_raid6() 1179 …Status = sync_read_phys(devices[parity2]->devobj, devices[parity2]->fileobj, cis[parity2].offset +… in read_data_raid6() 1309 …Status = sync_read_phys(devices[j]->devobj, devices[j]->fileobj, cis[j].offset + off, Vcb->superbl… in read_data_raid6() [all …]
|
H A D | search.c | 357 Status = sync_read_phys(DeviceObject, FileObject, superblock_addrs[0], toread, data, true); in test_vol() 375 … Status = sync_read_phys(DeviceObject, FileObject, superblock_addrs[i], toread, (PUCHAR)sb2, true); in test_vol()
|
H A D | btrfs.c | 2732 NTSTATUS sync_read_phys(_In_ PDEVICE_OBJECT DeviceObject, _In_ PFILE_OBJECT FileObject, _In_ uint64… function 2909 Status = sync_read_phys(device, fileobj, superblock_addrs[i], to_read, (PUCHAR)sb, false); 4273 Status = sync_read_phys(DeviceObject, NULL, superblock_addrs[0], to_read, (PUCHAR)sb, true); 4329 Status = sync_read_phys(device, fileobj, superblock_addrs[0], to_read, (PUCHAR)sb, true); 5172 …Status = sync_read_phys(dev->devobj, dev->fileobj, superblock_addrs[0], to_read, (PUCHAR)sb, true); 5559 …Status = sync_read_phys(dev->devobj, dev->fileobj, superblock_addrs[0], to_read, (PUCHAR)sb, false…
|
H A D | flushthread.c | 5845 …Status = sync_read_phys(c->devices[stripe]->devobj, c->devices[stripe]->fileobj, cis[stripe].offse… in partial_stripe_read() 5869 …Status = sync_read_phys(c->devices[i]->devobj, c->devices[i]->fileobj, cis[i].offset + startoff + … in partial_stripe_read() 5877 …Status = sync_read_phys(c->devices[i]->devobj, c->devices[i]->fileobj, cis[i].offset + startoff + … in partial_stripe_read() 5907 …Status = sync_read_phys(c->devices[i]->devobj, c->devices[i]->fileobj, cis[i].offset + startoff + … in partial_stripe_read()
|
H A D | btrfs_drv.h | 1150 NTSTATUS sync_read_phys(_In_ PDEVICE_OBJECT DeviceObject, _In_ PFILE_OBJECT FileObject, _In_ uint64…
|
H A D | fsctl.c | 2652 Status = sync_read_phys(devobj, fileobj, superblock_addrs[0], to_read, (uint8_t*)sb, true); in is_device_part_of_mounted_btrfs_raid()
|