Searched refs:WriteFile (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/nfs4/ |
H A D | NFS4Inode.h | 62 status_t WriteFile(OpenStateCookie* cookie, OpenState* state,
|
H A D | InodeRegular.cpp | 386 status_t result = WriteFile(cookie, state, pos + size, &len, in WriteDirect()
|
H A D | NFS4Inode.cpp | 757 NFS4Inode::WriteFile(OpenStateCookie* cookie, OpenState* state, uint64 position, in WriteFile() function in NFS4Inode
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | win32_io.c | 1392 res = WriteFile(handle, wbuf, count, &bt, NULL); in ntfs_device_win32_pio()
|