taglinefilesource code
conv66arch/i386/boot/tools/build.cconv t;
conv77arch/i386/boot/tools/build.cconv t;
conv239fs/hpfs/hpfs_fs.cint *lowercase, int *conv, int *nocheck);
conv349fs/hpfs/hpfs_fs.cint conv;
conv359fs/hpfs/hpfs_fs.cif (!parse_opts(options, &uid, &gid, &umask, &lowercase, &conv,
conv475fs/hpfs/hpfs_fs.cs->s_hpfs_conv = conv;
conv553fs/hpfs/hpfs_fs.cint *lowercase, int *conv, int *nocheck)
conv561fs/hpfs/hpfs_fs.c*conv = CONV_BINARY;
conv601fs/hpfs/hpfs_fs.c*conv = CONV_BINARY;
conv603fs/hpfs/hpfs_fs.c*conv = CONV_TEXT;
conv605fs/hpfs/hpfs_fs.c*conv = CONV_AUTO;
conv76fs/msdos/namei.cstatic int msdos_format_name(char conv,const char *name,int len,
conv104fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
conv105fs/msdos/namei.cif (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL;
conv106fs/msdos/namei.cif (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL;
conv118fs/msdos/namei.cif (conv == 's' && len && c != '.') {
conv129fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
conv130fs/msdos/namei.cif (conv == 's' && strchr(bad_if_strict,c))
conv134fs/msdos/namei.cif (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL;
conv139fs/msdos/namei.cif (conv == 's' && len) return -EINVAL;
conv263fs/vfat/namei.cstatic int vfat_valid_shortname(char conv,const char *name,int len,
conv281fs/vfat/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
conv282fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c)) return -EINVAL;
conv283fs/vfat/namei.cif (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL;
conv284fs/vfat/namei.cif (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL;
conv291fs/vfat/namei.cif ((conv == 's' || conv == 'x') && len && c != '.') {
conv302fs/vfat/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
conv303fs/vfat/namei.cif (conv == 's' && strchr(bad_if_strict,c))
conv305fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c))
conv309fs/vfat/namei.cif (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL;
conv313fs/vfat/namei.cif ((conv == 's' || conv == 'x') && len) return -EINVAL;
conv326fs/vfat/namei.cstatic int vfat_format_name(char conv,const char *name,int len,char *res,
conv347fs/vfat/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
conv348fs/vfat/namei.cif (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL;
conv349fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c)) return -EINVAL;
conv350fs/vfat/namei.cif (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL;
conv357fs/vfat/namei.cif ((conv == 's' || conv == 'x') && len && c != '.') {
conv368fs/vfat/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
conv369fs/vfat/namei.cif (conv == 's' && strchr(bad_if_strict,c))
conv371fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c))
conv375fs/vfat/namei.cif (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL;
conv380fs/vfat/namei.cif ((conv == 's' || conv == 'x') && len) return -EINVAL;