Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_mount.c139 static void mount_devctl_event(const char *type, struct mount *mp, bool donew);
1317 mount_devctl_event("MOUNT", mp, false); in vfs_domount_first()
1588 mount_devctl_event("REMOUNT", mp, true); in vfs_domount_update()
2475 mount_devctl_event("UNMOUNT", mp, false); in dounmount()
3041 mount_devctl_event(const char *type, struct mount *mp, bool donew) in mount_devctl_event() function