Home
last modified time | relevance | path

Searched refs:qstr_case_eq (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/sharefs/
Dconfig.c130 if (qstr_case_eq(str, &bid_entry->str)) { \
151 if (qstr_case_eq(str, &bid_entry->str)) { \
181 if (qstr_case_eq(str, &bid_entry->str)) { \
Dsharefs.h220 static inline bool qstr_case_eq(const struct qstr *q1, const struct qstr *q2) in qstr_case_eq() function
/kernel/linux/linux-5.10/fs/hmdfs/authority/
Dconfig.c133 if (qstr_case_eq(str, &bid_entry->str)) { \
154 if (qstr_case_eq(str, &bid_entry->str)) { \
184 if (qstr_case_eq(str, &bid_entry->str)) { \
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs.h319 static inline bool qstr_case_eq(const struct qstr *q1, const struct qstr *q2) in qstr_case_eq() function
Ddentry.c158 if (!qstr_case_eq(&direntry->d_name, &lower_dentry->d_name)) in hmdfs_d_revalidate()
Dinode_local.c178 if (qstr_case_eq(buf->to_find, &candidate)) { in hmdfs_name_match()