Home
last modified time | relevance | path

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

/qemu/hw/9pfs/
H A D9p-local.c57 int mountfd; member
64 int fd = data->mountfd; in local_open_nofollow()
87 if (fd != data->mountfd) { in local_open_nofollow()
93 assert(fd != data->mountfd); in local_open_nofollow()
1423 if (fstatfs(data->mountfd, &stbuf) < 0) { in local_ioc_getversion_init()
1444 data->mountfd = open(ctx->fs_root, O_DIRECTORY | O_RDONLY); in local_init()
1445 if (data->mountfd == -1) { in local_init()
1451 close(data->mountfd); in local_init()
1486 close(data->mountfd); in local_cleanup()