Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/openbmc/poky/meta/recipes-core/util-linux/
H A Dutil-linux_2.40.2.bb95 libmount-mountfd-support \
120 PACKAGECONFIG[libmount-mountfd-support] = "--enable-libmount-mountfd-support,--disable-libmount-mou…
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.4.rst91 - util-linux: Add :term:`PACKAGECONFIG` option (libmount-mountfd-support) to mitigate rootfs remou…
H A Drelease-notes-5.1.rst319 - ``util-linux``: libmount-mountfd-support