Lines Matching defs:nm
144 * @nm: direntry name and length. Not a string when encrypted!
148 const struct fscrypt_name *nm)
150 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm));
179 * @nm: direntry name and length
183 const struct fscrypt_name *nm)
186 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm));
213 * @nm: extended attribute entry name and length
217 const struct fscrypt_name *nm)
219 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm));
231 * @nm: extended attribute entry name and length
234 ino_t inum, const struct fscrypt_name *nm)
237 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm));