Home
last modified time | relevance | path

Searched refs:report_rp_size (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ubifs/
Dsuper.c411 if (free > c->report_rp_size) in ubifs_statfs()
412 buf->f_bavail = (free - c->report_rp_size) >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()
750 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master()
1451 c->report_rp_size, c->report_rp_size >> 10); in mount_ubifs()
Dubifs.h1440 long long report_rp_size; member