I'm trying to get a path to the mountpoint of a specific filesystem in a kernel module. In a user-space tool, I could read /proc/mount to do this, but from what I've tried and read, that's not possible in kernel space.
How can I achieve this in a kernel module?