Searched refs:mount_devctl_event (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | vfs_mount.c | 134 static void mount_devctl_event(const char *type, struct mount *mp, bool donew); 1290 mount_devctl_event("MOUNT", mp, false); in vfs_domount_first() 1553 mount_devctl_event("REMOUNT", mp, true); in vfs_domount_update() 2405 mount_devctl_event("UNMOUNT", mp, false); in dounmount() 2971 mount_devctl_event(const char *type, struct mount *mp, bool donew) in mount_devctl_event() function
|