bytecodealliance / bytecodealliance/rustix
`listmount` and `statmount`
Open
enhancement
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 294
- Avg merge
- 4h 7m
- Merged PRs (30d)
- 2
Description
Issue for addition of `listmount` and `statmount` and related ioctls.
- https://www.man7.org/linux/man-pages/man2/listmount.2.html
- https://www.man7.org/linux/man-pages/man2/statmount.2.html
- https://brauner.io/2024/12/16/list-all-mounts.html
Note that these syscalls see heavy development and the manpages are likely to be already out of date.
- [ ] `listmount`
- [ ] `statmount`
- [ ] `ioctl_ns_mnt_get_info`, `ioctl_ns_mnt_get_next`, `ioctl_ns_mnt_get_prev`
- [ ] `struct mnt_ns_info`
- [ ] `ioctl_ns_get_mntns_id`
cc @yujincheng08
Contributor guide
Assessment
This issue has not been assessed yet.