Searched refs:write_file2 (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/filesystems/btrfs/ |
H A D | reparse.c | 277 Status = write_file2(fcb->Vcb, Irp, offset, target.Buffer, &tlength, false, true, in set_symlink() 377 …Status = write_file2(fcb->Vcb, Irp, offset, rdb, &buflen, false, true, true, false, false, rollbac… in set_reparse_point2()
|
H A D | btrfs_drv.h | 1345 NTSTATUS write_file2(device_extension* Vcb, PIRP Irp, LARGE_INTEGER offset, void* buf, ULONG* lengt…
|
H A D | write.c | 4099 NTSTATUS write_file2(device_extension* Vcb, PIRP Irp, LARGE_INTEGER offset, void* buf, ULONG* lengt… in write_file2() function 4628 …Status = write_file2(Vcb, Irp, offset, buf, &IrpSp->Parameters.Write.Length, Irp->Flags & IRP_PAGI… in write_file()
|