Function gkfs::syscall::gkfs_pwrite
Defined in File gkfs_functions.cpp
Function Documentation
-
ssize_t gkfs::syscall::gkfs_pwrite(int fd, const void *buf, size_t count, off64_t offset)
gkfs wrapper for pwrite() system calls errno may be set
- Parameters:
fd –
buf –
count –
offset –
- Returns:
written size or -1 on error