tag | line | file | source code |
conv | 66 | arch/i386/boot/tools/build.c | conv t; |
conv | 77 | arch/i386/boot/tools/build.c | conv t; |
conv | 239 | fs/hpfs/hpfs_fs.c | int *lowercase, int *conv, int *nocheck); |
conv | 349 | fs/hpfs/hpfs_fs.c | int conv; |
conv | 359 | fs/hpfs/hpfs_fs.c | if (!parse_opts(options, &uid, &gid, &umask, &lowercase, &conv, |
conv | 475 | fs/hpfs/hpfs_fs.c | s->s_hpfs_conv = conv; |
conv | 553 | fs/hpfs/hpfs_fs.c | int *lowercase, int *conv, int *nocheck) |
conv | 561 | fs/hpfs/hpfs_fs.c | *conv = CONV_BINARY; |
conv | 601 | fs/hpfs/hpfs_fs.c | *conv = CONV_BINARY; |
conv | 603 | fs/hpfs/hpfs_fs.c | *conv = CONV_TEXT; |
conv | 605 | fs/hpfs/hpfs_fs.c | *conv = CONV_AUTO; |
conv | 76 | fs/msdos/namei.c | static int msdos_format_name(char conv,const char *name,int len, |
conv | 104 | fs/msdos/namei.c | if (conv != 'r' && strchr(bad_chars,c)) return -EINVAL; |
conv | 105 | fs/msdos/namei.c | if (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL; |
conv | 106 | fs/msdos/namei.c | if (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL; |
conv | 118 | fs/msdos/namei.c | if (conv == 's' && len && c != '.') { |
conv | 129 | fs/msdos/namei.c | if (conv != 'r' && strchr(bad_chars,c)) return -EINVAL; |
conv | 130 | fs/msdos/namei.c | if (conv == 's' && strchr(bad_if_strict,c)) |
conv | 134 | fs/msdos/namei.c | if (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL; |
conv | 139 | fs/msdos/namei.c | if (conv == 's' && len) return -EINVAL; |
conv | 263 | fs/vfat/namei.c | static int vfat_valid_shortname(char conv,const char *name,int len, |
conv | 281 | fs/vfat/namei.c | if (conv != 'r' && strchr(bad_chars,c)) return -EINVAL; |
conv | 282 | fs/vfat/namei.c | if (conv == 'x' && strchr(replace_chars,c)) return -EINVAL; |
conv | 283 | fs/vfat/namei.c | if (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL; |
conv | 284 | fs/vfat/namei.c | if (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL; |
conv | 291 | fs/vfat/namei.c | if ((conv == 's' || conv == 'x') && len && c != '.') { |
conv | 302 | fs/vfat/namei.c | if (conv != 'r' && strchr(bad_chars,c)) return -EINVAL; |
conv | 303 | fs/vfat/namei.c | if (conv == 's' && strchr(bad_if_strict,c)) |
conv | 305 | fs/vfat/namei.c | if (conv == 'x' && strchr(replace_chars,c)) |
conv | 309 | fs/vfat/namei.c | if (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL; |
conv | 313 | fs/vfat/namei.c | if ((conv == 's' || conv == 'x') && len) return -EINVAL; |
conv | 326 | fs/vfat/namei.c | static int vfat_format_name(char conv,const char *name,int len,char *res, |
conv | 347 | fs/vfat/namei.c | if (conv != 'r' && strchr(bad_chars,c)) return -EINVAL; |
conv | 348 | fs/vfat/namei.c | if (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL; |
conv | 349 | fs/vfat/namei.c | if (conv == 'x' && strchr(replace_chars,c)) return -EINVAL; |
conv | 350 | fs/vfat/namei.c | if (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL; |
conv | 357 | fs/vfat/namei.c | if ((conv == 's' || conv == 'x') && len && c != '.') { |
conv | 368 | fs/vfat/namei.c | if (conv != 'r' && strchr(bad_chars,c)) return -EINVAL; |
conv | 369 | fs/vfat/namei.c | if (conv == 's' && strchr(bad_if_strict,c)) |
conv | 371 | fs/vfat/namei.c | if (conv == 'x' && strchr(replace_chars,c)) |
conv | 375 | fs/vfat/namei.c | if (c >= 'A' && c <= 'Z' && (conv == 's' || conv == 'x')) return -EINVAL; |
conv | 380 | fs/vfat/namei.c | if ((conv == 's' || conv == 'x') && len) return -EINVAL; |