Lines Matching refs:qstr
34 static int isofs_hashi(const struct dentry *parent, struct qstr *qstr);
36 unsigned int len, const char *str, const struct qstr *name);
39 static int isofs_hashi_ms(const struct dentry *parent, struct qstr *qstr);
40 static int isofs_hash_ms(const struct dentry *parent, struct qstr *qstr);
42 unsigned int len, const char *str, const struct qstr *name);
44 unsigned int len, const char *str, const struct qstr *name);
178 isofs_hashi_common(const struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hashi_common() argument
185 len = qstr->len; in isofs_hashi_common()
186 name = qstr->name; in isofs_hashi_common()
197 qstr->hash = end_name_hash(hash); in isofs_hashi_common()
207 const struct qstr *name, int ms, int ci) in isofs_dentry_cmp_common()
233 isofs_hashi(const struct dentry *dentry, struct qstr *qstr) in isofs_hashi() argument
235 return isofs_hashi_common(dentry, qstr, 0); in isofs_hashi()
240 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi()
250 isofs_hash_common(const struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hash_common() argument
255 len = qstr->len; in isofs_hash_common()
256 name = qstr->name; in isofs_hash_common()
262 qstr->hash = full_name_hash(dentry, name, len); in isofs_hash_common()
268 isofs_hash_ms(const struct dentry *dentry, struct qstr *qstr) in isofs_hash_ms() argument
270 return isofs_hash_common(dentry, qstr, 1); in isofs_hash_ms()
274 isofs_hashi_ms(const struct dentry *dentry, struct qstr *qstr) in isofs_hashi_ms() argument
276 return isofs_hashi_common(dentry, qstr, 1); in isofs_hashi_ms()
281 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmp_ms()
288 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi_ms()