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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dnamei.c15 static int affs_toupper(int ch);
36 affs_toupper(int ch) function
54 return AFFS_SB(sb)->s_flags & SF_INTL ? affs_intl_toupper : affs_toupper;
83 return __affs_hash_dentry(dentry, qstr, affs_toupper);
126 return __affs_compare_dentry(dentry, a, b, affs_toupper);

Completed in 46 milliseconds