Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/isofs/cd9660/
HDcd9660_vfsops.c82 static int cd9660_vptofh (struct vnode *, struct fid *);
93 .vfs_vptofh = cd9660_vptofh,
915 cd9660_vptofh(struct vnode *vp, struct fid *fhp) in cd9660_vptofh() function