Searched refs:ubifs_tnc_next_ent (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ubifs/ |
D | dir.c | 396 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_readdir() 414 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_readdir() 439 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_readdir() 634 dent = ubifs_tnc_next_ent(c, &key, &nm); in check_dir_empty()
|
D | xattr.c | 460 xent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_listxattr()
|
D | ubifs.h | 1604 struct ubifs_dent_node *ubifs_tnc_next_ent(struct ubifs_info *c,
|
D | tnc.c | 2686 xent = ubifs_tnc_next_ent(c, &key1, &nm); in ubifs_tnc_remove_ino() 2749 struct ubifs_dent_node *ubifs_tnc_next_ent(struct ubifs_info *c, in ubifs_tnc_next_ent() function
|
D | debug.c | 282 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_dump_inode() 1123 dent = ubifs_tnc_next_ent(c, &key, &nm); in dbg_check_dir()
|