Home
last modified time | relevance | path

Searched refs:st_real (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c645 struct stat st_real, st_link; in fs_hardlink_file() local
652 g_assert(stat(real_file, &st_real) == 0); in fs_hardlink_file()
653 g_assert((st_real.st_mode & S_IFMT) == S_IFREG); in fs_hardlink_file()
664 g_assert(st_link.st_dev == st_real.st_dev); in fs_hardlink_file()
665 g_assert(st_link.st_ino == st_real.st_ino); in fs_hardlink_file()
673 struct stat st_real, st_link; in fs_unlinkat_hardlink() local
680 g_assert(stat(real_file, &st_real) == 0); in fs_unlinkat_hardlink()
681 g_assert((st_real.st_mode & S_IFMT) == S_IFREG); in fs_unlinkat_hardlink()
693 g_assert(stat(real_file, &st_real) == 0); in fs_unlinkat_hardlink()