Lines Matching refs:entry
181 * Test whether a case-insensitive directory entry matches the filename
192 struct qstr entry = QSTR_INIT(de_name, de_name_len);
209 entry.name = decrypted_name.name;
210 entry.len = decrypted_name.len;
213 res = utf8_strncasecmp_folded(um, name, &entry);
219 res = name->len == entry.len &&
220 memcmp(name->name, entry.name, name->len) == 0;
400 * Find an entry in the specified directory with the wanted name.
401 * It returns the page where the entry was found (as a parameter - res_page),
402 * and the entry itself. Page is returned mapped and unlocked.
879 * entry in name page does not need to be touched during deletion.