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);
176 isofs_hashi_common(const struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hashi_common() argument
183 len = qstr->len; in isofs_hashi_common()
184 name = qstr->name; in isofs_hashi_common()
195 qstr->hash = end_name_hash(hash); in isofs_hashi_common()
205 const struct qstr *name, int ms, int ci) in isofs_dentry_cmp_common()
231 isofs_hashi(const struct dentry *dentry, struct qstr *qstr) in isofs_hashi() argument
233 return isofs_hashi_common(dentry, qstr, 0); in isofs_hashi()
238 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi()
248 isofs_hash_common(const struct dentry *dentry, struct qstr *qstr, int ms) in isofs_hash_common() argument
253 len = qstr->len; in isofs_hash_common()
254 name = qstr->name; in isofs_hash_common()
260 qstr->hash = full_name_hash(dentry, name, len); in isofs_hash_common()
266 isofs_hash_ms(const struct dentry *dentry, struct qstr *qstr) in isofs_hash_ms() argument
268 return isofs_hash_common(dentry, qstr, 1); in isofs_hash_ms()
272 isofs_hashi_ms(const struct dentry *dentry, struct qstr *qstr) in isofs_hashi_ms() argument
274 return isofs_hashi_common(dentry, qstr, 1); in isofs_hashi_ms()
279 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmp_ms()
286 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi_ms()