Searched refs:ubifs_reported_space (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | budget.c | 634 long long ubifs_reported_space(const struct ubifs_info *c, long long free) in ubifs_reported_space() function 706 free = ubifs_reported_space(c, available - outstanding); in ubifs_get_free_space_nolock()
|
| H A D | super.c | 929 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master() 942 tmp64 = ubifs_reported_space(c, tmp64); in init_constants_master()
|
| H A D | ubifs.h | 2174 long long ubifs_reported_space(const struct ubifs_info *c, long long free);
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | budget.c | 625 long long ubifs_reported_space(const struct ubifs_info *c, long long free) in ubifs_reported_space() function 696 free = ubifs_reported_space(c, available - outstanding); in ubifs_get_free_space_nolock()
|
| H A D | super.c | 772 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master() 785 tmp64 = ubifs_reported_space(c, tmp64); in init_constants_master()
|
| H A D | ubifs.h | 1808 long long ubifs_reported_space(const struct ubifs_info *c, long long free);
|