Searched refs:st_ino (Results 1 – 8 of 8) sorted by relevance
269 && a->st_ino == b->st_ino in statbuf_eq()
1302 src_statsbuf.st_ino == dst_statsbuf.st_ino) { in uv__fs_copyfile()1456 dst->st_ino = src->st_ino; in uv__to_stat()
1129 buf->st_ino = statxbuf->stx_ino; in uv__statx_to_stat()
1893 statbuf->st_ino = stat_info.FileId.QuadPart; in fs__stat_assign_statbuf()2030 statbuf->st_ino = (uintptr_t) handle; in fs__fstat_handle()2219 statbuf.st_ino == new_statbuf.st_ino) { in fs__copyfile()
392 uint64_t st_ino; member
59 uint64_t st_ino;
1517 ASSERT_EQ(s->st_ino, (uint64_t) t.st_ino); in TEST_IMPL()
5747 time, not the creation time, like on unix systems. st_dev, st_ino, st_blocks
Completed in 85 milliseconds