diff options
Diffstat (limited to 'fs/ubifs/ubifs.h')
-rw-r--r-- | fs/ubifs/ubifs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index 8ccd19257a81..a80610758543 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h | |||
@@ -1571,6 +1571,8 @@ int ubifs_lookup_level0(struct ubifs_info *c, const union ubifs_key *key, | |||
1571 | struct ubifs_znode **zn, int *n); | 1571 | struct ubifs_znode **zn, int *n); |
1572 | int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, | 1572 | int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, |
1573 | void *node, const struct fscrypt_name *nm); | 1573 | void *node, const struct fscrypt_name *nm); |
1574 | int ubifs_tnc_lookup_dh(struct ubifs_info *c, const union ubifs_key *key, | ||
1575 | void *node, uint32_t secondary_hash); | ||
1574 | int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, | 1576 | int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, |
1575 | void *node, int *lnum, int *offs); | 1577 | void *node, int *lnum, int *offs); |
1576 | int ubifs_tnc_add(struct ubifs_info *c, const union ubifs_key *key, int lnum, | 1578 | int ubifs_tnc_add(struct ubifs_info *c, const union ubifs_key *key, int lnum, |