Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c647 g_autofree char *hardlink_file = virtio_9p_test_path("07/hardlink_file"); in fs_hardlink_file() local
661 g_assert(stat(hardlink_file, &st_link) == 0); in fs_hardlink_file()
675 g_autofree char *hardlink_file = virtio_9p_test_path("08/hardlink_file"); in fs_unlinkat_hardlink() local
687 g_assert(stat(hardlink_file, &st_link) == 0); in fs_unlinkat_hardlink()
691 g_assert(stat(hardlink_file, &st_link) != 0); in fs_unlinkat_hardlink()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch514 +struct hardlink_file;
518 + struct hardlink_file *chain;
528 +struct hardlink_file {
529 + struct hardlink_file *next;
675 + struct hardlink_file *fp, *fp2;