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