Home
last modified time | relevance | path

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

/openbmc/linux/fs/ubifs/
H A Dsuper.c424 if (free > c->report_rp_size) in ubifs_statfs()
425 buf->f_bavail = (free - c->report_rp_size) >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()
772 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master()
1572 c->report_rp_size, c->report_rp_size >> 10); in mount_ubifs()
H A Dubifs.h1495 long long report_rp_size; member
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c591 if (free > c->report_rp_size) in ubifs_statfs()
592 buf->f_bavail = (free - c->report_rp_size) >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()
928 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master()
1628 c->report_rp_size, c->report_rp_size >> 10); in mount_ubifs()
H A Dubifs.h2043 long long report_rp_size; member