Searched refs:ubifs_reported_space (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | budget.c | 605 * ubifs_reported_space - calculate reported free space. 624 long long ubifs_reported_space(const struct ubifs_info *c, long long free) in ubifs_reported_space() function 695 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 | 1813 long long ubifs_reported_space(const struct ubifs_info *c, long long free);
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | budget.c | 602 * ubifs_reported_space - calculate reported free space. 621 long long ubifs_reported_space(const struct ubifs_info *c, long long free) in ubifs_reported_space() function 692 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 | 1842 long long ubifs_reported_space(const struct ubifs_info *c, long long free);
|
Completed in 18 milliseconds