Home
last modified time | relevance | path

Searched refs:cd9660_fifovops (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/isofs/cd9660/
Dcd9660_extern.h103 extern const struct vops cd9660_fifovops;
Dcd9660_vfsops.c849 vp->v_op = &cd9660_fifovops; in cd9660_vget_internal()
Dcd9660_vnops.c882 const struct vops cd9660_fifovops = { variable