Home
last modified time | relevance | path

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

/qemu/trace/
H A Dftrace.c18 static int find_mount(char *mount_point, const char *fstype) in find_mount() argument
31 if (strcmp(type, fstype) == 0) { in find_mount()
/qemu/tests/migration/
H A Dstress.c233 static int mount_misc(const char *fstype, const char *dir) in mount_misc() argument
241 if (mount("none", dir, fstype, 0, NULL) < 0) { in mount_misc()