taglinefilesource code
bad_chars35fs/msdos/namei.cstatic char bad_chars[] = "*?<>|\"";
bad_chars60fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
bad_chars80fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;