Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_mount.c136 static void mount_devctl_event(const char *type, struct mount *mp, bool donew);
1287 mount_devctl_event("MOUNT", mp, false); in vfs_domount_first()
1550 mount_devctl_event("REMOUNT", mp, true); in vfs_domount_update()
2400 mount_devctl_event("UNMOUNT", mp, false); in dounmount()
2966 mount_devctl_event(const char *type, struct mount *mp, bool donew) in mount_devctl_event() function