Home
last modified time | relevance | path

Searched refs:sync_read_phys (Results 1 – 6 of 6) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Dread.c297 …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 Dsearch.c357 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 Dbtrfs.c2732 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 Dflushthread.c5845 …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 Dbtrfs_drv.h1150 NTSTATUS sync_read_phys(_In_ PDEVICE_OBJECT DeviceObject, _In_ PFILE_OBJECT FileObject, _In_ uint64…
H A Dfsctl.c2652 Status = sync_read_phys(devobj, fileobj, superblock_addrs[0], to_read, (uint8_t*)sb, true); in is_device_part_of_mounted_btrfs_raid()