Home
last modified time | relevance | path

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

/freebsd/usr.sbin/autofs/
H A Dautounmountd.c328 EV_SET(&event, 0, EVFILT_FS, EV_ADD | EV_CLEAR, VQ_MOUNT | VQ_UNMOUNT, 0, NULL); in main_autounmountd()
/freebsd/sys/sys/
H A Dmount.h726 #define VQ_UNMOUNT 0x0010 /* filesystem has left */ macro
/freebsd/sys/kern/
H A Dvfs_mount.c2397 vfs_event_signal(NULL, VQ_UNMOUNT, 0); in dounmount()