Searched refs:UV_FS_STAT (Results 1 – 8 of 8) sorted by relevance
100 ASSERT_EQ(uv_fs_get_type(fs), UV_FS_STAT); in TEST_IMPL()
111 case UV_FS_STAT: in known_broken()
661 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT); in stat_cb()670 ASSERT(req->fs_type == UV_FS_STAT || req->fs_type == UV_FS_LSTAT); in stat_batch_cb()
1389 UV_FS_STAT, enumerator
85 UV_FS_STAT,
1759 if (r == 0 && (req->fs_type == UV_FS_STAT || in uv__fs_work()
1204 case UV_FS_STAT: in uv__poll_io_uring()
3356 INIT(UV_FS_STAT); in uv_fs_stat()
Completed in 45 milliseconds