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

/freebsd-13-stable/sys/fs/udf/
H A Dudf_mount.h31 #define UDFMNT_KICONV 0x00000001 macro
H A Dudf_vfsops.c263 if (imp->im_flags & UDFMNT_KICONV && udf_iconv) {
524 if (udfmp->im_flags & UDFMNT_KICONV && udf_iconv) {
H A Dudf_vnops.c532 if (udfmp->im_flags & UDFMNT_KICONV && udf_iconv) {
/freebsd-13-stable/sbin/mount_udf/
H A Dmount_udf.c98 udf_flags |= UDFMNT_KICONV;
130 if (udf_flags & UDFMNT_KICONV) {

Completed in 81 milliseconds