Home
last modified time | relevance | path

Searched refs:ubifs_reported_space (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dbudget.c634 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 Dsuper.c929 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 Dubifs.h2174 long long ubifs_reported_space(const struct ubifs_info *c, long long free);
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dbudget.c625 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 Dsuper.c772 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 Dubifs.h1808 long long ubifs_reported_space(const struct ubifs_info *c, long long free);