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 read_req;
108 static uv_fs_t write_req;
109 static uv_fs_t unlink_req;
110 static uv_fs_t close_req;
111 static uv_fs_t mkdir_req;
112 static uv_fs_t mkdtemp_req1;
113 static uv_fs_t mkdtemp_req2;
114 static uv_fs_t mkstemp_req1;
115 static uv_fs_t mkstemp_req2;
116 static uv_fs_t mkstemp_req3;
117 static uv_fs_t rmdir_req;
118 static uv_fs_t scandir_req;
119 static uv_fs_t stat_req;
120 static uv_fs_t rename_req;
121 static uv_fs_t fsync_req;
122 static uv_fs_t fdatasync_req;
123 static uv_fs_t ftruncate_req;
124 static uv_fs_t sendfile_req;
125 static uv_fs_t utime_req;
126 static uv_fs_t futime_req;
172 uv_fs_t req;
194 static void dummy_cb(uv_fs_t* req) {
200 static void link_cb(uv_fs_t* req) {
208 static void symlink_cb(uv_fs_t* req) {
215 static void readlink_cb(uv_fs_t* req) {
224 static void realpath_cb(uv_fs_t* req) {
243 static void access_cb(uv_fs_t* req) {
250 static void fchmod_cb(uv_fs_t* req) {
259 static void chmod_cb(uv_fs_t* req) {
268 static void fchown_cb(uv_fs_t* req) {
276 static void chown_cb(uv_fs_t* req) {
283 static void lchown_cb(uv_fs_t* req) {
290 static void chown_root_cb(uv_fs_t* req) {
319 static void unlink_cb(uv_fs_t* req) {
327 static void fstat_cb(uv_fs_t* req) {
337 static void statfs_cb(uv_fs_t* req) {
370 static void close_cb(uv_fs_t* req) {
384 static void ftruncate_cb(uv_fs_t* req) {
395 static void fail_cb(uv_fs_t* req) {
399 static void read_cb(uv_fs_t* req) {
418 static void open_cb(uv_fs_t* req) {
438 static void open_cb_simple(uv_fs_t* req) {
450 static void fsync_cb(uv_fs_t* req) {
462 static void fdatasync_cb(uv_fs_t* req) {
474 static void write_cb(uv_fs_t* req) {
486 static void create_cb(uv_fs_t* req) {
499 static void rename_cb(uv_fs_t* req) {
508 static void mkdir_cb(uv_fs_t* req) {
519 static void check_mkdtemp_result(uv_fs_t* req) {
538 static void mkdtemp_cb(uv_fs_t* req) {
545 static void check_mkstemp_result(uv_fs_t* req) {
564 static void mkstemp_cb(uv_fs_t* req) {
571 static void rmdir_cb(uv_fs_t* req) {
604 static void scandir_cb(uv_fs_t* req) {
623 static void empty_scandir_cb(uv_fs_t* req) {
635 static void non_existent_scandir_cb(uv_fs_t* req) {
648 static void file_scandir_cb(uv_fs_t* req) {
658 static void stat_cb(uv_fs_t* req) {
668 static void stat_batch_cb(uv_fs_t* req) {
678 static void sendfile_cb(uv_fs_t* req) {
687 static void sendfile_nodata_cb(uv_fs_t* req) {
696 static void open_noent_cb(uv_fs_t* req) {
703 static void open_nametoolong_cb(uv_fs_t* req) {
710 static void open_loop_cb(uv_fs_t* req) {
719 uv_fs_t req;
744 uv_fs_t req;
770 uv_fs_t req;
816 uv_fs_t req;
872 static void utime_cb(uv_fs_t* req) {
887 static void futime_cb(uv_fs_t* req) {
902 static void lutime_cb(uv_fs_t* req) {
1208 uv_fs_t req;
1337 uv_fs_t req;
1403 uv_fs_t req;
1568 uv_fs_t req;
1606 uv_fs_t req;
1682 uv_fs_t req;
1780 uv_fs_t req;
1837 uv_fs_t req;
1893 uv_fs_t req;
1986 uv_fs_t req;
2073 uv_fs_t req;
2092 uv_fs_t req;
2125 uv_fs_t req;
2147 uv_fs_t req;
2314 uv_fs_t req;
2469 uv_fs_t req;
2575 uv_fs_t req;
2576 uv_fs_t stat_req;
2626 uv_fs_t req;
2673 uv_fs_t req;
2748 uv_fs_t req;
2812 uv_fs_t req;
2883 uv_fs_t req;
2900 uv_fs_t req;
2937 uv_fs_t req;
2994 uv_fs_t req;
3011 uv_fs_t req;
4393 uv_fs_t req;
4469 uv_fs_t req;
4515 uv_fs_t req;
4528 uv_fs_t req;
4550 uv_fs_t req;
4569 uv_fs_t req[300];