Expand description
Compatibility helpers for older Linux kernel mount APIs.
This module provides fallback implementations for mount operations on kernels that don’t support the modern mount API, including loopback device setup and temporary mount handling.
Modules§
Functions§
- make_
erofs_ mountable - Prepares an open erofs image file for mounting.
- overlayfs_
set_ fd - Sets one of the “dir” mount options on an overlayfs to the given file descriptor.
- overlayfs_
set_ lower_ and_ data_ fds - Sets the “lowerdir+” and “datadir+” mount options of an overlayfs mount to the provided file descriptors.
- prepare_
mount - Prepares a mounted filesystem for further use.