Home
last modified time | relevance | path

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

/freebsd/sys/fs/cd9660/
H A Dcd9660_lookup.c174 (error = cd9660_blkatoff(vdp, (off_t)i_offset, NULL, &bp))) in cd9660_lookup()
192 cd9660_blkatoff(vdp, (off_t)i_offset, NULL, &bp)) != 0) in cd9660_lookup()
293 if ((error = cd9660_blkatoff(vdp, in cd9660_lookup()
426 cd9660_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) in cd9660_blkatoff() function
H A Dcd9660_node.c122 cd9660_blkatoff(ITOV(inop), (off_t)-(off << imp->im_bshift), NULL, in cd9660_defattr()
171 cd9660_blkatoff(ITOV(inop), (off_t)-(off << imp->im_bshift), NULL, in cd9660_deftstamp()
H A Dcd9660_node.h99 int cd9660_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp);
H A Dcd9660_vfsops.c789 if ((error = cd9660_blkatoff(vp, (off_t)0, NULL, &bp)) != 0) { in cd9660_vget_internal()
811 cd9660_blkatoff(vp, (off_t)-(off << imp->im_bshift), NULL, in cd9660_vget_internal()
H A Dcd9660_vnops.c477 (error = cd9660_blkatoff(vdp, (off_t)idp->curroff, NULL, &bp))) { in cd9660_readdir()
493 cd9660_blkatoff(vdp, (off_t)idp->curroff, NULL, &bp)) != 0) in cd9660_readdir()