Searched refs:ubifs_tnc_lookup_nm (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | xattr.c | 292 err = ubifs_tnc_lookup_nm(c, &key, xent, &nm); in ubifs_xattr_set() 346 err = ubifs_tnc_lookup_nm(c, &key, xent, &nm); in ubifs_xattr_get() 615 err = ubifs_tnc_lookup_nm(c, &key, xent, &nm); in ubifs_xattr_remove()
|
H A D | ubifs.h | 1828 int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key,
|
H A D | dir.c | 229 err = ubifs_tnc_lookup_nm(c, &key, dent, &nm); in ubifs_lookup()
|
H A D | tnc.c | 1881 * ubifs_tnc_lookup_nm - look up a "hashed" node. 1893 int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_lookup_nm() function
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | xattr.c | 292 err = ubifs_tnc_lookup_nm(c, &key, xent, &nm); in ubifs_xattr_set() 346 err = ubifs_tnc_lookup_nm(c, &key, xent, &nm); in ubifs_xattr_get() 615 err = ubifs_tnc_lookup_nm(c, &key, xent, &nm); in ubifs_xattr_remove()
|
H A D | ubifs.h | 1857 int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key,
|
H A D | dir.c | 232 err = ubifs_tnc_lookup_nm(c, &key, dent, &nm); in ubifs_lookup()
|
H A D | tnc.c | 1882 * ubifs_tnc_lookup_nm - look up a "hashed" node. 1894 int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_lookup_nm() function
|
Completed in 19 milliseconds