taglinefilesource code
conv61arch/i386/boot/tools/build.cconv t;
conv72arch/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;
conv247fs/vfat/namei.cstatic int vfat_valid_shortname(char conv,const char *name,int len,
conv265fs/vfat/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
conv266fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c)) return -EINVAL;
conv267fs/vfat/namei.cif (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL;
conv268fs/vfat/namei.cif (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL;
conv275fs/vfat/namei.cif ((conv == 's' || conv == 'x') && len && c != '.') {
conv286fs/vfat/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
conv287fs/vfat/namei.cif (conv == 's' && strchr(bad_if_strict,c))
conv289fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c))
conv293fs/vfat/namei.cif (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL;
conv297fs/vfat/namei.cif ((conv == 's' || conv == 'x') && len) return -EINVAL;
conv310fs/vfat/namei.cstatic int vfat_format_name(char conv,const char *name,int len,char *res,
conv331fs/vfat/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
conv332fs/vfat/namei.cif (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL;
conv333fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c)) return -EINVAL;
conv334fs/vfat/namei.cif (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL;
conv341fs/vfat/namei.cif ((conv == 's' || conv == 'x') && len && c != '.') {
conv352fs/vfat/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
conv353fs/vfat/namei.cif (conv == 's' && strchr(bad_if_strict,c))
conv355fs/vfat/namei.cif (conv == 'x' && strchr(replace_chars,c))
conv359fs/vfat/namei.cif (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL;
conv364fs/vfat/namei.cif ((conv == 's' || conv == 'x') && len) return -EINVAL;