Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_main.c152 if ((err = vfs_modevent(NULL, what, &fuse_vfsconf))) in fuse_loader()
156 if ((err = vfs_modevent(NULL, what, &fuse_vfsconf))) in fuse_loader()
/freebsd/sys/sys/
H A Dmount.h974 vfs_modevent, \
1039 int vfs_modevent(module_t, int, void *);
/freebsd/sys/kern/
H A Dvfs_init.c580 vfs_modevent(module_t mod, int type, void *data) in vfs_modevent() function
H A Duipc_mqueue.c2927 error = vfs_modevent(module, cmd, arg); in mq_modload()
/freebsd/share/man/man9/
H A DMakefile2343 MLINKS+=vfsconf.9 vfs_modevent.9 \