Home
last modified time | relevance | path

Searched refs:VFS_START (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/sys/
Dmount.h511 #define VFS_START(MP, FLAGS, P) (*(MP)->mnt_op->vfs_start)(MP, FLAGS, P) macro
/mirbsd/src/sys/kern/
Dvfs_syscalls.c316 if ((error = VFS_START(mp, 0, p)) != 0)