Searched refs:vfs_modevent (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/fs/fuse/
H A Dfuse_main.c132 /* vfs_modevent ignores its first arg */
133 if ((err = vfs_modevent(NULL, what, &fuse_vfsconf)))
142 if ((err = vfs_modevent(NULL, what, &fuse_vfsconf)))
/freebsd-10.1-release/sys/kern/
H A Dvfs_init.c351 vfs_modevent(module_t mod, int type, void *data) function
H A Duipc_mqueue.c2858 error = vfs_modevent(module, cmd, arg);
/freebsd-10.1-release/sys/sys/
H A Dmount.h822 vfs_modevent, \
880 int vfs_modevent(module_t, int, void *);
/freebsd-10.1-release/share/man/man9/
H A DMakefile1447 MLINKS+=vfsconf.9 vfs_modevent.9 \

Completed in 81 milliseconds