Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c105 static void mount_devctl_event(const char *type, struct mount *mp, bool donew);
1049 mount_devctl_event("MOUNT", mp, false); in vfs_domount_first()
1251 mount_devctl_event("REMOUNT", mp, true); in vfs_domount_update()
1893 mount_devctl_event("UNMOUNT", mp, false); in dounmount()
2504 mount_devctl_event(const char *type, struct mount *mp, bool donew) in mount_devctl_event() function