Lines Matching defs:name
98 const u8 *name = fname->disk_name.name;
101 WARN_ON_ONCE(!name);
103 if (is_dot_dotdot(name, len)) {
111 * If the casefolded name is provided, hash it instead of the
112 * on-disk name. If the casefolded name is *not* provided, that
113 * should only be because the name wasn't valid Unicode or was
114 * "." or "..", so fall back to treating the name as an opaque
119 WARN_ON_ONCE(!fname->usr_fname->name);
120 if (fname->cf_name.name) {
121 name = fname->cf_name.name;
124 name = fname->usr_fname->name;
128 struct qstr tmp = QSTR_INIT(name, len);
136 fname->hash = cpu_to_le32(TEA_hash_name(name, len));