Searched refs:not_allowed_char (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/hpfs/
H A Dname.c11 static inline int not_allowed_char(unsigned char c) not_allowed_char() function
47 for (i = 0; i < *len; i++) if (not_allowed_char(name[i])) return -EINVAL; hpfs_chk_name()

Completed in 385 milliseconds