Searched refs:VFS_START (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/sys/ | ||
| D | mount.h | 511 #define VFS_START(MP, FLAGS, P) (*(MP)->mnt_op->vfs_start)(MP, FLAGS, P) macro |
| /mirbsd/src/sys/kern/ | ||
| D | vfs_syscalls.c | 316 if ((error = VFS_START(mp, 0, p)) != 0) |