// SPDX-License-Identifier: GPL-2.0 /* * linux/fs/hpfs/dentry.c * * Mikulas Patocka ([email protected]), 1998-1999 * * dcache operations */ #include "hpfs_fn.h" /* * Note: the dentry argument is the parent dentry. */ static int hpfs_hash_dentry(const struct dentry *dentry, struct qstr *qstr) { … } static int hpfs_compare_dentry(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) { … } const struct dentry_operations hpfs_dentry_operations = …;