Searched refs:ubifs_tnc_next_ent (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/fs/ubifs/ |
D | ubifs.c | 320 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_printdir() 339 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_printdir() 365 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_printdir() 423 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_finddir() 451 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_finddir()
|
D | tnc.c | 2684 xent = ubifs_tnc_next_ent(c, &key1, &nm); in ubifs_tnc_remove_ino() 2747 struct ubifs_dent_node *ubifs_tnc_next_ent(struct ubifs_info *c, in ubifs_tnc_next_ent() function
|
D | ubifs.h | 2204 struct ubifs_dent_node *ubifs_tnc_next_ent(struct ubifs_info *c,
|
D | debug.c | 282 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_dump_inode() 1131 dent = ubifs_tnc_next_ent(c, &key, &nm); in dbg_check_dir()
|