Searched refs:VFS_START (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/miscfs/genfs/
H A Dlayer_vfsops.c121 return VFS_START(mp->mnt_lower, flags);
/netbsd-current/sys/sys/
H A Dmount.h236 int VFS_START(struct mount *, int);
/netbsd-current/sys/kern/
H A Dvfs_mount.c903 /* Hold an additional reference to the mount across VFS_START(). */
906 error = VFS_START(mp, 0);
913 /* Drop reference held for VFS_START(). */
H A Dvfs_subr.c1500 VFS_START(struct mount *mp, int a) function
/netbsd-current/share/man/man9/
H A DMakefile1036 vfsops.9 VFS_START.9 \

Completed in 150 milliseconds