Searched refs:ubifs_tnc_remove_nm (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/fs/ubifs/ |
D | tnc.c | 2352 return ubifs_tnc_remove_nm(c, key, &noname); in ubifs_tnc_add_nm() 2515 int ubifs_tnc_remove_nm(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_remove_nm() function 2698 err = ubifs_tnc_remove_nm(c, &key1, &nm); in ubifs_tnc_remove_ino()
|
D | replay.c | 224 err = ubifs_tnc_remove_nm(c, &r->key, &r->nm); in apply_replay_entry()
|
D | ubifs.h | 2199 int ubifs_tnc_remove_nm(struct ubifs_info *c, const union ubifs_key *key,
|