Home
last modified time | relevance | path

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

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