Lines Matching refs:NTSTATUS
159 typedef u32 NTSTATUS; /* do not let the compiler choose the size */ typedef
174 NTSTATUS Status;
215 extern WINAPI NTSTATUS NtOpenFile(
224 extern WINAPI NTSTATUS NtReadFile(
236 extern WINAPI NTSTATUS NtWriteFile(
248 extern NTSTATUS WINAPI NtClose(
252 extern NTSTATUS WINAPI NtDeviceIoControlFile(
265 extern NTSTATUS WINAPI NtFsControlFile(
344 static int ntfs_ntstatus_to_errno(NTSTATUS status) in ntfs_ntstatus_to_errno()
546 NTSTATUS res; in ntfs_device_win32_setlock()
750 NTSTATUS st; in ntfs_device_win32_getntgeo()
881 NTSTATUS st; in ntfs_device_win32_open_lowlevel()
1362 NTSTATUS res; in ntfs_device_win32_pio()