Lines Matching defs:qn
15 /* based on the end of qn is accurate and it must have the trailing '\0' */
16 static inline int erofs_dirnamecmp(const struct erofs_qstr *qn,
32 if (qn->name[i] != qd->name[i]) {
34 return qn->name[i] > qd->name[i] ? 1 : -1;
40 return qn->name[i] == '\0' ? 0 : 1;
167 struct erofs_qstr qn;
172 qn.name = name->name;
173 qn.end = name->name + name->len;
177 de = erofs_find_target_block(&buf, dir, &qn, &ndirents);
182 de = find_target_dirent(&qn, (u8 *)de, i_blocksize(dir),