uv_fs_access ( uv_loop_t* loop, uv_fs_t* req, char const* path, int mode, uv_fs_cb cb )
Field 'req.off' in 2nd parameter 'req' (pointer) is of type 'off_t'.
uv_fs_chmod ( uv_loop_t* loop, uv_fs_t* req, char const* path, int mode, uv_fs_cb cb )
Field 'req.off' in 2nd parameter 'req' (pointer) is of type 'off_t'.
uv_fs_chown ( uv_loop_t* loop, uv_fs_t* req, char const* path, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb )
Field 'req.off' in 2nd parameter 'req' (pointer) is of type 'off_t'.
uv_fs_close ( uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb )
Field 'req.off' in 2nd parameter 'req' (pointer) is of type 'off_t'.
uv_fs_closedir ( uv_loop_t* loop, uv_fs_t* req, uv_dir_t* dir, uv_fs_cb cb )
Field 'req.off' in 2nd parameter 'req' (pointer) is of type 'off_t'.
uv_fs_copyfile ( uv_loop_t* loop, uv_fs_t* req, char const* path, char const* new_path, int flags, uv_fs_cb cb )
Field 'req.off' in 2nd parameter 'req' (pointer) is of type 'off_t'.
uv_fs_fchmod ( uv_loop_t* loop, uv_fs_t* req, uv_file file, int mode, uv_fs_cb cb )
Field 'req.off' in 2nd parameter 'req' (pointer) is of type 'off_t'.
uv_fs_fchown ( uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_uid_t uid, uv_gid_t gid, uv_fs_cb cb )
Field 'req.off' in 2nd parameter 'req' (pointer) is of type 'off_t'.
uv_fs_fdatasync ( uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb )
Field 'req.off' in 2nd parameter 'req' (pointer) is of type 'off_t'.
uv_fs_fstat ( uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb )
Field 'req.off' in 2nd parameter 'req' (pointer) is of type 'off_t'.
...