Lines Matching refs:qstr

38 static int isofs_hashi(const struct dentry *parent, struct qstr *qstr);
40 unsigned int len, const char *str, const struct qstr *name);
43 static int isofs_hashi_ms(const struct dentry *parent, struct qstr *qstr);
44 static int isofs_hash_ms(const struct dentry *parent, struct qstr *qstr);
46 unsigned int len, const char *str, const struct qstr *name);
48 unsigned int len, const char *str, const struct qstr *name);
175 isofs_hashi_common(const struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hashi_common() argument
182 len = qstr->len; in isofs_hashi_common()
183 name = qstr->name; in isofs_hashi_common()
194 qstr->hash = end_name_hash(hash); in isofs_hashi_common()
204 const struct qstr *name, int ms, int ci) in isofs_dentry_cmp_common()
230 isofs_hashi(const struct dentry *dentry, struct qstr *qstr) in isofs_hashi() argument
232 return isofs_hashi_common(dentry, qstr, 0); in isofs_hashi()
237 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi()
247 isofs_hash_common(const struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hash_common() argument
252 len = qstr->len; in isofs_hash_common()
253 name = qstr->name; in isofs_hash_common()
259 qstr->hash = full_name_hash(dentry, name, len); in isofs_hash_common()
265 isofs_hash_ms(const struct dentry *dentry, struct qstr *qstr) in isofs_hash_ms() argument
267 return isofs_hash_common(dentry, qstr, 1); in isofs_hash_ms()
271 isofs_hashi_ms(const struct dentry *dentry, struct qstr *qstr) in isofs_hashi_ms() argument
273 return isofs_hashi_common(dentry, qstr, 1); in isofs_hashi_ms()
278 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmp_ms()
285 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi_ms()