Lines Matching refs:qstr
16 static int affs_hash_dentry(const struct dentry *, struct qstr *);
18 unsigned int len, const char *str, const struct qstr *name);
20 static int affs_intl_hash_dentry(const struct dentry *, struct qstr *);
22 unsigned int len, const char *str, const struct qstr *name);
64 __affs_hash_dentry(struct qstr *qstr, toupper_t toupper, bool notruncate) in __affs_hash_dentry() argument
66 const u8 *name = qstr->name; in __affs_hash_dentry()
71 retval = affs_check_name(qstr->name, qstr->len, notruncate); in __affs_hash_dentry()
76 len = min(qstr->len, AFFSNAMEMAX); in __affs_hash_dentry()
79 qstr->hash = end_name_hash(hash); in __affs_hash_dentry()
85 affs_hash_dentry(const struct dentry *dentry, struct qstr *qstr) in affs_hash_dentry() argument
87 return __affs_hash_dentry(qstr, affs_toupper, in affs_hash_dentry()
93 affs_intl_hash_dentry(const struct dentry *dentry, struct qstr *qstr) in affs_intl_hash_dentry() argument
95 return __affs_hash_dentry(qstr, affs_intl_toupper, in affs_intl_hash_dentry()
101 const char *str, const struct qstr *name, toupper_t toupper, in __affs_compare_dentry()
135 unsigned int len, const char *str, const struct qstr *name) in affs_compare_dentry()
144 unsigned int len, const char *str, const struct qstr *name) in affs_intl_compare_dentry()