Searched refs:im_l2d (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/fs/udf/
H A Dudf.h60 void *im_l2d; /* local->disk iconv handle */
H A Dudf_vfsops.c274 udf_iconv->open(cs_disk, cs_local, &imp->im_l2d);
368 udfmp->im_l2d = NULL;
529 if (udfmp->im_l2d)
530 udf_iconv->close(udfmp->im_l2d);
/freebsd-12-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c434 cd9660_iconv->open(cs_disk, cs_local, &isomp->im_l2d);
437 isomp->im_l2d = NULL;
523 if (isomp->im_l2d)
524 cd9660_iconv->close(isomp->im_l2d);
H A Diso.h257 void *im_l2d; member in struct:iso_mnt
H A Dcd9660_lookup.c263 imp->im_l2d))) {

Completed in 110 milliseconds