Searched refs:im_l2d (Results 1 – 5 of 5) sorted by relevance
261 udf_iconv->open(cs_disk, cs_local, &imp->im_l2d); in udf_mount()355 udfmp->im_l2d = NULL; in udf_mountfs()525 if (udfmp->im_l2d) in udf_unmount()526 udf_iconv->close(udfmp->im_l2d); in udf_unmount()
58 void *im_l2d; /* local->disk iconv handle */
457 cd9660_iconv->open(cs_disk, cs_local, &isomp->im_l2d); in iso_mountfs()460 isomp->im_l2d = NULL; in iso_mountfs()544 if (isomp->im_l2d) in cd9660_unmount()545 cd9660_iconv->close(isomp->im_l2d); in cd9660_unmount()
255 void *im_l2d; member
256 imp->im_l2d))) { in cd9660_lookup()