Searched refs:qstr_case_eq (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/sharefs/ |
D | config.c | 130 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)) { \
|
D | sharefs.h | 220 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/ |
D | config.c | 133 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/ |
D | hmdfs.h | 319 static inline bool qstr_case_eq(const struct qstr *q1, const struct qstr *q2) in qstr_case_eq() function
|
D | dentry.c | 158 if (!qstr_case_eq(&direntry->d_name, &lower_dentry->d_name)) in hmdfs_d_revalidate()
|
D | inode_local.c | 178 if (qstr_case_eq(buf->to_find, &candidate)) { in hmdfs_name_match()
|