Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_conf.c97 extern const struct vfsops routefs_vfsops;
218 .vfc_vfsops = &routefs_vfsops,
/xnu-11215.81.4/bsd/miscfs/routefs/
H A Droutefs_ops.c477 const struct vfsops routefs_vfsops = { variable