Searched refs:im_l2d (Results 1 – 5 of 5) sorted by relevance
262 udf_iconv->open(cs_disk, cs_local, &imp->im_l2d); in udf_mount()356 udfmp->im_l2d = NULL; in udf_mountfs()526 if (udfmp->im_l2d) in udf_unmount()527 udf_iconv->close(udfmp->im_l2d); in udf_unmount()
58 void *im_l2d; /* local->disk iconv handle */
454 cd9660_iconv->open(cs_disk, cs_local, &isomp->im_l2d); in iso_mountfs()457 isomp->im_l2d = NULL; in iso_mountfs()541 if (isomp->im_l2d) in cd9660_unmount()542 cd9660_iconv->close(isomp->im_l2d); in cd9660_unmount()
253 void *im_l2d; member
252 imp->im_l2d))) { in cd9660_lookup()