Searched refs:ubifs_tnc_next_ent (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ubifs/ |
H A D | xattr.c | 414 xent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_listxattr() 507 xent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_purge_xattrs()
|
H A D | dir.c | 643 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_readdir() 661 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_readdir() 704 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_readdir() 917 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_check_dir_empty()
|
H A D | ubifs.h | 1872 struct ubifs_dent_node *ubifs_tnc_next_ent(struct ubifs_info *c,
|
H A D | tnc.c | 2920 xent = ubifs_tnc_next_ent(c, &key1, &nm); in ubifs_tnc_remove_ino() 2986 struct ubifs_dent_node *ubifs_tnc_next_ent(struct ubifs_info *c, in ubifs_tnc_next_ent() function
|
H A D | debug.c | 273 dent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_dump_inode() 1142 dent = ubifs_tnc_next_ent(c, &key, &nm); in dbg_check_dir()
|
H A D | journal.c | 1024 xent = ubifs_tnc_next_ent(c, &key, &nm); in ubifs_jnl_write_inode()
|