Searched refs:cd9660_blkatoff (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_lookup.c | 174 (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 D | cd9660_node.c | 122 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 D | cd9660_node.h | 99 int cd9660_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp);
|
H A D | cd9660_vfsops.c | 789 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 D | cd9660_vnops.c | 477 (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()
|