Lines Matching refs:qstr

31 static int isofs_hashi(const struct dentry *parent, struct qstr *qstr);
34 unsigned int len, const char *str, const struct qstr *name);
37 static int isofs_hashi_ms(const struct dentry *parent, struct qstr *qstr);
38 static int isofs_hash_ms(const struct dentry *parent, struct qstr *qstr);
41 unsigned int len, const char *str, const struct qstr *name);
44 unsigned int len, const char *str, const struct qstr *name);
177 isofs_hashi_common(struct qstr *qstr, int ms) in isofs_hashi_common() argument
184 len = qstr->len; in isofs_hashi_common()
185 name = qstr->name; in isofs_hashi_common()
196 qstr->hash = end_name_hash(hash); in isofs_hashi_common()
206 const struct qstr *name, int ms, int ci) in isofs_dentry_cmp_common()
232 isofs_hashi(const struct dentry *dentry, struct qstr *qstr) in isofs_hashi() argument
234 return isofs_hashi_common(qstr, 0); in isofs_hashi()
239 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi()
249 isofs_hash_common(struct qstr *qstr, int ms) in isofs_hash_common() argument
254 len = qstr->len; in isofs_hash_common()
255 name = qstr->name; in isofs_hash_common()
261 qstr->hash = full_name_hash(name, len); in isofs_hash_common()
267 isofs_hash_ms(const struct dentry *dentry, struct qstr *qstr) in isofs_hash_ms() argument
269 return isofs_hash_common(qstr, 1); in isofs_hash_ms()
273 isofs_hashi_ms(const struct dentry *dentry, struct qstr *qstr) in isofs_hashi_ms() argument
275 return isofs_hashi_common(qstr, 1); in isofs_hashi_ms()
280 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmp_ms()
287 unsigned int len, const char *str, const struct qstr *name) in isofs_dentry_cmpi_ms()