Lines Matching defs:fd

104 #define VERIFY_FD(fd, req)                                                  \  argument
406 int fd, current_umask; in fs__open() local
656 int fd = req->file.fd; in fs__close() local
706 int fd = req->file.fd; /* VERIFY_FD done in fs__read */ in fs__read_filemap() local
803 int fd = req->file.fd; in fs__read() local
886 int fd = req->file.fd; /* VERIFY_FD done in fs__write */ in fs__write_filemap() local
1009 int fd = req->file.fd; in fs__write() local
1304 int fd; in fs__mkstemp_func() local
2011 INLINE static int fs__fstat_handle(int fd, HANDLE handle, uv_stat_t* statbuf) { in fs__fstat_handle()
2055 int fd = req->file.fd; in fs__fstat() local
2088 int fd = req->file.fd; in fs__sync_impl() local
2113 int fd = req->file.fd; in fs__ftruncate() local
2308 int fd = req->file.fd; in fs__fchmod() local
2470 int fd = req->file.fd; in fs__futime() local
3037 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_close()
3046 uv_file fd, in uv_fs_read()
3079 uv_file fd, in uv_fs_write()
3331 int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid, in uv_fs_fchown()
3381 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fstat()
3403 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fsync()
3410 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fdatasync()
3417 int uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file fd, in uv_fs_ftruncate()
3500 int uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file fd, int mode, in uv_fs_fchmod()
3526 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime, in uv_fs_futime()