Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
Dsuper.c409 if (free > c->report_rp_size) in ubifs_statfs()
410 buf->f_bavail = (free - c->report_rp_size) >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()
745 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master()
1435 c->report_rp_size, c->report_rp_size >> 10); in mount_ubifs()
Dubifs.h1433 long long report_rp_size; member