Home
last modified time | relevance | path

Searched refs:UDFMNT_KICONV (Results 1 – 4 of 4) sorted by relevance

/trueos/sbin/mount_udf/
HDmount_udf.c96 udf_flags |= UDFMNT_KICONV; in main()
128 if (udf_flags & UDFMNT_KICONV) { in main()
/trueos/sys/fs/udf/
HDudf_mount.h29 #define UDFMNT_KICONV 0x00000001 macro
HDudf_vfsops.c261 if (imp->im_flags & UDFMNT_KICONV && udf_iconv) { in udf_mount()
527 if (udfmp->im_flags & UDFMNT_KICONV && udf_iconv) { in udf_unmount()
HDudf_vnops.c518 if (udfmp->im_flags & UDFMNT_KICONV && udf_iconv) { in udf_transname()