uv_fs_fchown     1712 include/uv.h   UV_EXTERN int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file file,
uv_fs_fchown     1127 test/test-fs.c   r = uv_fs_fchown(loop, &req, file, -1, -1, NULL);
uv_fs_fchown     1145 test/test-fs.c   r = uv_fs_fchown(loop, &req, file, -1, -1, fchown_cb);
uv_fs_fchown      245 test/test-threadpool-cancel.c   ASSERT(0 == uv_fs_fchown(loop, reqs + n++, 0, 0, 0, fs_cb));