Exemple #1
0
static int
affs_intl_hash_dentry(const struct dentry *dentry, struct qstr *qstr)
{
	return __affs_hash_dentry(qstr, affs_intl_toupper,
				  affs_nofilenametruncate(dentry));

}
Exemple #2
0
static int
affs_intl_hash_dentry(struct dentry *dentry, struct qstr *qstr)
{
	return __affs_hash_dentry(dentry, qstr, affs_intl_toupper);
}
Exemple #3
0
static int
affs_intl_hash_dentry(const struct dentry *dentry, const struct inode *inode,
                      struct qstr *qstr)
{
    return __affs_hash_dentry(qstr, affs_intl_toupper);
}