Lines Matching refs:uv_fs_t
105 static uv_fs_t open_req1;
106 static uv_fs_t open_req2;
107 static uv_fs_t open_req_noclose;
108 static uv_fs_t read_req;
109 static uv_fs_t write_req;
110 static uv_fs_t unlink_req;
111 static uv_fs_t close_req;
112 static uv_fs_t mkdir_req;
113 static uv_fs_t mkdtemp_req1;
114 static uv_fs_t mkdtemp_req2;
115 static uv_fs_t mkstemp_req1;
116 static uv_fs_t mkstemp_req2;
117 static uv_fs_t mkstemp_req3;
118 static uv_fs_t rmdir_req;
119 static uv_fs_t scandir_req;
120 static uv_fs_t stat_req;
121 static uv_fs_t rename_req;
122 static uv_fs_t fsync_req;
123 static uv_fs_t fdatasync_req;
124 static uv_fs_t ftruncate_req;
125 static uv_fs_t sendfile_req;
126 static uv_fs_t utime_req;
127 static uv_fs_t futime_req;
173 uv_fs_t req; in check_permission()
195 static void dummy_cb(uv_fs_t* req) { in dummy_cb()
201 static void link_cb(uv_fs_t* req) { in link_cb()
209 static void symlink_cb(uv_fs_t* req) { in symlink_cb()
216 static void readlink_cb(uv_fs_t* req) { in readlink_cb()
225 static void realpath_cb(uv_fs_t* req) { in realpath_cb()
244 static void access_cb(uv_fs_t* req) { in access_cb()
251 static void fchmod_cb(uv_fs_t* req) { in fchmod_cb()
260 static void chmod_cb(uv_fs_t* req) { in chmod_cb()
269 static void fchown_cb(uv_fs_t* req) { in fchown_cb()
277 static void chown_cb(uv_fs_t* req) { in chown_cb()
284 static void lchown_cb(uv_fs_t* req) { in lchown_cb()
291 static void chown_root_cb(uv_fs_t* req) { in chown_root_cb()
320 static void unlink_cb(uv_fs_t* req) { in unlink_cb()
328 static void fstat_cb(uv_fs_t* req) { in fstat_cb()
338 static void statfs_cb(uv_fs_t* req) { in statfs_cb()
371 static void close_cb(uv_fs_t* req) { in close_cb()
385 static void ftruncate_cb(uv_fs_t* req) { in ftruncate_cb()
396 static void fail_cb(uv_fs_t* req) { in fail_cb()
400 static void read_cb(uv_fs_t* req) { in read_cb()
419 static void open_cb(uv_fs_t* req) { in open_cb()
439 static void open_cb_simple(uv_fs_t* req) { in open_cb_simple()
451 static void fsync_cb(uv_fs_t* req) { in fsync_cb()
463 static void fdatasync_cb(uv_fs_t* req) { in fdatasync_cb()
475 static void write_cb(uv_fs_t* req) { in write_cb()
487 static void create_cb(uv_fs_t* req) { in create_cb()
500 static void rename_cb(uv_fs_t* req) { in rename_cb()
509 static void mkdir_cb(uv_fs_t* req) { in mkdir_cb()
520 static void check_mkdtemp_result(uv_fs_t* req) { in check_mkdtemp_result()
539 static void mkdtemp_cb(uv_fs_t* req) { in mkdtemp_cb()
546 static void check_mkstemp_result(uv_fs_t* req) { in check_mkstemp_result()
565 static void mkstemp_cb(uv_fs_t* req) { in mkstemp_cb()
572 static void rmdir_cb(uv_fs_t* req) { in rmdir_cb()
605 static void scandir_cb(uv_fs_t* req) { in scandir_cb()
624 static void empty_scandir_cb(uv_fs_t* req) { in empty_scandir_cb()
636 static void non_existent_scandir_cb(uv_fs_t* req) { in non_existent_scandir_cb()
649 static void file_scandir_cb(uv_fs_t* req) { in file_scandir_cb()
659 static void stat_cb(uv_fs_t* req) { in stat_cb()
669 static void stat_batch_cb(uv_fs_t* req) { in stat_batch_cb()
679 static void sendfile_cb(uv_fs_t* req) { in sendfile_cb()
688 static void sendfile_nodata_cb(uv_fs_t* req) { in sendfile_nodata_cb()
697 static void open_noent_cb(uv_fs_t* req) { in open_noent_cb()
704 static void open_nametoolong_cb(uv_fs_t* req) { in open_nametoolong_cb()
711 static void open_loop_cb(uv_fs_t* req) { in open_loop_cb()
720 uv_fs_t req; in TEST_IMPL()
745 uv_fs_t req; in TEST_IMPL()
771 uv_fs_t req; in TEST_IMPL()
817 uv_fs_t req; in check_utime()
873 static void utime_cb(uv_fs_t* req) { in utime_cb()
888 static void futime_cb(uv_fs_t* req) { in futime_cb()
903 static void lutime_cb(uv_fs_t* req) { in lutime_cb()
1253 uv_fs_t req; in test_sendfile()
1382 uv_fs_t req; in TEST_IMPL()
1448 uv_fs_t req; in TEST_IMPL()
1613 uv_fs_t req; in TEST_IMPL()
1651 uv_fs_t req; in TEST_IMPL()
1727 uv_fs_t req; in TEST_IMPL()
1825 uv_fs_t req; in TEST_IMPL()
1882 uv_fs_t req; in TEST_IMPL()
1938 uv_fs_t req; in TEST_IMPL()
2031 uv_fs_t req; in TEST_IMPL()
2118 uv_fs_t req; in TEST_IMPL()
2137 uv_fs_t req; in TEST_IMPL()
2170 uv_fs_t req; in TEST_IMPL()
2192 uv_fs_t req; in TEST_IMPL()
2359 uv_fs_t req; in test_symlink_dir_impl()
2514 uv_fs_t req; in TEST_IMPL()
2620 uv_fs_t req; in TEST_IMPL()
2621 uv_fs_t stat_req; in TEST_IMPL()
2671 uv_fs_t req; in TEST_IMPL()
2718 uv_fs_t req; in TEST_IMPL()
2793 uv_fs_t req; in TEST_IMPL()
2857 uv_fs_t req; in TEST_IMPL()
2928 uv_fs_t req; in TEST_IMPL()
2945 uv_fs_t req; in TEST_IMPL()
2982 uv_fs_t req; in TEST_IMPL()
3039 uv_fs_t req; in TEST_IMPL()
3056 uv_fs_t req; in TEST_IMPL()
4438 uv_fs_t req; in TEST_IMPL()
4514 uv_fs_t req; in TEST_IMPL()
4560 uv_fs_t req; in TEST_IMPL()
4573 uv_fs_t req; in TEST_IMPL()
4595 uv_fs_t req; in TEST_IMPL()
4614 uv_fs_t req[300]; in TEST_IMPL()