Searched refs:vh_reexport (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | vfs_hooks.c | 141 VFS_HOOKS_W_ERROR(vfs_hooks_reexport, (struct mount *mp, const char *path, void *data), vh_reexport, (mp, path, data));
|
| /netbsd-src/sys/sys/ |
| H A D | mount.h | 329 int (*vh_reexport)(struct mount *, const char *, void *); member
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_export.c | 167 .vh_reexport = nfs_export_update_30,
|