Searched refs:vfs_start (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmount.h558 @function vfs_start
567 int (*vfs_start)(struct mount *mp, int flags, vfs_context_t context); member in struct:vfsops
/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c202 if ((mp == dead_mountp) || (mp->mnt_op->vfs_start == 0))
205 error = (*mp->mnt_op->vfs_start)(mp, flags, ctx);

Completed in 34 milliseconds