Exemple #1
0
static int
affs_intl_compare_dentry(const struct dentry *parent,const struct inode *pinode,
                         const struct dentry *dentry, const struct inode *inode,
                         unsigned int len, const char *str, const struct qstr *name)
{
    return __affs_compare_dentry(len, str, name, affs_intl_toupper);
}
Exemple #2
0
static int
affs_intl_compare_dentry(const struct dentry *parent, const struct dentry *dentry,
		unsigned int len, const char *str, const struct qstr *name)
{
	return __affs_compare_dentry(len, str, name, affs_intl_toupper,
				     affs_nofilenametruncate(parent));

}
Exemple #3
0
static int
affs_intl_compare_dentry(struct dentry *dentry, struct qstr *a, struct qstr *b)
{
	return __affs_compare_dentry(dentry, a, b, affs_intl_toupper);
}