Searched refs:ubifs_tnc_locate (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | misc.h | 232 return ubifs_tnc_locate(c, key, node, NULL, NULL); in ubifs_tnc_lookup()
|
H A D | ubifs.h | 1832 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key,
|
H A D | recovery.c | 1413 err = ubifs_tnc_locate(c, &key, ino, &lnum, &offs); in fix_size_in_place()
|
H A D | tnc.c | 1465 * ubifs_tnc_locate - look up a file-system node and return it and its location. 1477 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_locate() function
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | misc.h | 232 return ubifs_tnc_locate(c, key, node, NULL, NULL); in ubifs_tnc_lookup()
|
H A D | recovery.c | 1413 err = ubifs_tnc_locate(c, &key, ino, &lnum, &offs); in fix_size_in_place()
|
H A D | ubifs.h | 1861 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key,
|
H A D | tnc.c | 1466 * ubifs_tnc_locate - look up a file-system node and return it and its location. 1478 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_locate() function
|
Completed in 19 milliseconds