Home
last modified time | relevance | path

Searched refs:write_file2 (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Dreparse.c277 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 Dbtrfs_drv.h1345 NTSTATUS write_file2(device_extension* Vcb, PIRP Irp, LARGE_INTEGER offset, void* buf, ULONG* lengt…
H A Dwrite.c4099 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()