Home
last modified time | relevance | path

Searched refs:vfs_start (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c505 .vfs_start = devfs_start,
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vfsops.c545 .vfs_start = bindfs_vfs_start,
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vfsops.c575 .vfs_start = nullfs_vfs_start,
/xnu-12377.41.6/bsd/miscfs/routefs/
H A Droutefs_ops.c479 .vfs_start = routefs_start,
/xnu-12377.41.6/bsd/sys/
H A Dmount.h607 int (*vfs_start)(struct mount *mp, int flags, vfs_context_t context); member
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c221 if ((mp == dead_mountp) || (mp->mnt_op->vfs_start == 0)) { in VFS_START()
225 error = (*mp->mnt_op->vfs_start)(mp, flags, ctx); in VFS_START()