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