mountfunc         171 kern/include/vfs.h 	      int (*mountfunc)(void *data,
mountfunc         510 kern/vfs/vfslist.c 	  int (*mountfunc)(void *data, struct device *, struct fs **ret))
mountfunc         532 kern/vfs/vfslist.c 	result = mountfunc(data, kd->kd_device, &fs);