Ejemplo n.º 1
0
Archivo: namei.c Proyecto: Abioy/kasan
static int
affs_intl_hash_dentry(const struct dentry *dentry, struct qstr *qstr)
{
	return __affs_hash_dentry(qstr, affs_intl_toupper,
				  affs_nofilenametruncate(dentry));

}
Ejemplo n.º 2
0
static int
affs_intl_hash_dentry(struct dentry *dentry, struct qstr *qstr)
{
	return __affs_hash_dentry(dentry, qstr, affs_intl_toupper);
}
Ejemplo n.º 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);
}