diff options
Diffstat (limited to 'fs/ubifs/ubifs.h')
-rw-r--r-- | fs/ubifs/ubifs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index 7828d69ca4f8..681d46e16286 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h | |||
@@ -1441,6 +1441,7 @@ void ubifs_cancel_ino_op(struct ubifs_info *c, struct inode *inode, | |||
1441 | long long ubifs_budg_get_free_space(struct ubifs_info *c); | 1441 | long long ubifs_budg_get_free_space(struct ubifs_info *c); |
1442 | int ubifs_calc_min_idx_lebs(struct ubifs_info *c); | 1442 | int ubifs_calc_min_idx_lebs(struct ubifs_info *c); |
1443 | void ubifs_convert_page_budget(struct ubifs_info *c); | 1443 | void ubifs_convert_page_budget(struct ubifs_info *c); |
1444 | long long ubifs_reported_space(const struct ubifs_info *c, uint64_t free); | ||
1444 | long long ubifs_calc_available(const struct ubifs_info *c, int min_idx_lebs); | 1445 | long long ubifs_calc_available(const struct ubifs_info *c, int min_idx_lebs); |
1445 | 1446 | ||
1446 | /* find.c */ | 1447 | /* find.c */ |