Home
last modified time | relevance | path

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

/reactos/sdk/tools/regtests2xml/
H A Dregtests2xml.c133 close_file() in close_file() function
333 close_file(); in parse_file()
/reactos/sdk/tools/rgenstat/
H A Drgenstat.c165 close_file() in close_file() function
462 close_file(); in parse_file()
/reactos/drivers/filesystems/btrfs/
H A Dbtrfs.c124 static NTSTATUS close_file(_In_ PFILE_OBJECT FileObject, _In_ PIRP Irp);
533 Status = close_file(IrpSp->FileObject, Irp);
1925 static NTSTATUS close_file(_In_ PFILE_OBJECT FileObject, _In_ PIRP Irp) { function