Home
last modified time | relevance | path

Searched refs:ISOFSMNT_KICONV (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/cd9660/
H A Dcd9660_util.c67 if (flags & ISOFSMNT_KICONV && cd9660_iconv) { in isochar()
205 if (flags & ISOFSMNT_KICONV && cd9660_iconv) { in sgetrune()
H A Dcd9660_mount.h57 #define ISOFSMNT_KICONV 0x00000020 /* Use libiconv to convert chars */ macro
H A Dcd9660_vfsops.c122 ma = mount_argb(ma, args.flags & ISOFSMNT_KICONV, "nokiconv"); in cd9660_cmount()
403 vfs_flagopt(mp->mnt_optnew, "kiconv", &isomp->im_flags, ISOFSMNT_KICONV); in iso_mountfs()
446 if (isomp->im_flags & ISOFSMNT_KICONV && cd9660_iconv) { in iso_mountfs()
538 if (isomp->im_flags & ISOFSMNT_KICONV && cd9660_iconv) { in cd9660_unmount()