Home
last modified time | relevance | path

Searched refs:qstr_eq (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Ddirent.c118 return !qstr_eq(l_name, *r_name); in dirent_cmp_key()
128 return !qstr_eq(l_name, r_name); in dirent_cmp_bkey()
H A Dutil.h686 static inline bool qstr_eq(const struct qstr l, const struct qstr r) in qstr_eq() function