Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_conf.c98 extern struct vfsops nullfs_vfsops;
162 .vfc_vfsops = &nullfs_vfsops,
/xnu-12377.81.4/bsd/miscfs/nullfs/
H A Dnull_vfsops.c572 struct vfsops nullfs_vfsops = { variable