Searched refs:ubifs_tnc_remove_nm (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | journal.c | 653 err = ubifs_tnc_remove_nm(c, &dent_key, nm); in ubifs_jnl_update() 1401 err = ubifs_tnc_remove_nm(c, &key, old_nm); in ubifs_jnl_rename() 1774 err = ubifs_tnc_remove_nm(c, &xent_key, nm); in ubifs_jnl_delete_xattr()
|
H A D | tnc.c | 2510 * by passing 'ubifs_tnc_remove_nm()' the same key but in ubifs_tnc_add_nm() 2519 return ubifs_tnc_remove_nm(c, key, &noname); in ubifs_tnc_add_nm() 2675 * ubifs_tnc_remove_nm - remove an index entry for a "hashed" node. 2682 int ubifs_tnc_remove_nm(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_remove_nm() function 2936 err = ubifs_tnc_remove_nm(c, &key1, &nm); in ubifs_tnc_remove_ino()
|
H A D | replay.c | 252 err = ubifs_tnc_remove_nm(c, &r->key, &r->nm); in apply_replay_entry()
|
H A D | ubifs.h | 1842 int ubifs_tnc_remove_nm(struct ubifs_info *c, const union ubifs_key *key,
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | journal.c | 653 err = ubifs_tnc_remove_nm(c, &dent_key, nm); in ubifs_jnl_update() 1405 err = ubifs_tnc_remove_nm(c, &key, old_nm); in ubifs_jnl_rename() 1784 err = ubifs_tnc_remove_nm(c, &xent_key, nm); in ubifs_jnl_delete_xattr()
|
H A D | tnc.c | 2511 * by passing 'ubifs_tnc_remove_nm()' the same key but in ubifs_tnc_add_nm() 2520 return ubifs_tnc_remove_nm(c, key, &noname); in ubifs_tnc_add_nm() 2676 * ubifs_tnc_remove_nm - remove an index entry for a "hashed" node. 2683 int ubifs_tnc_remove_nm(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_remove_nm() function 2937 err = ubifs_tnc_remove_nm(c, &key1, &nm); in ubifs_tnc_remove_ino()
|
H A D | replay.c | 252 err = ubifs_tnc_remove_nm(c, &r->key, &r->nm); in apply_replay_entry()
|
H A D | ubifs.h | 1871 int ubifs_tnc_remove_nm(struct ubifs_info *c, const union ubifs_key *key,
|
Completed in 23 milliseconds