Lines Matching refs:key
304 union ubifs_key key; in ubifs_printdir() local
320 lowest_dent_key(c, &key, dir->i_ino); in ubifs_printdir()
322 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_printdir()
328 file->f_pos = key_hash_flash(c, &dent->key); in ubifs_printdir()
339 dent_key_init_hash(c, &key, dir->i_ino, file->f_pos); in ubifs_printdir()
341 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_printdir()
346 file->f_pos = key_hash_flash(c, &dent->key); in ubifs_printdir()
353 key_hash_flash(c, &dent->key)); in ubifs_printdir()
365 key_read(c, &dent->key, &key); in ubifs_printdir()
367 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_printdir()
374 file->f_pos = key_hash_flash(c, &dent->key); in ubifs_printdir()
396 union ubifs_key key; in ubifs_finddir() local
423 lowest_dent_key(c, &key, dir->i_ino); in ubifs_finddir()
425 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_finddir()
431 file->f_pos = key_hash_flash(c, &dent->key); in ubifs_finddir()
437 key_hash_flash(c, &dent->key)); in ubifs_finddir()
451 key_read(c, &dent->key, &key); in ubifs_finddir()
453 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_finddir()
460 file->f_pos = key_hash_flash(c, &dent->key); in ubifs_finddir()
690 union ubifs_key key; in read_block() local
693 data_key_init(c, &key, inode->i_ino, block); in read_block()
694 err = ubifs_tnc_lookup(c, &key, dn); in read_block()