Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
1560 c->report_rp_size, c->report_rp_size >> 10); in mount_ubifs()
H A Dubifs.h1467 long long report_rp_size; member
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dsuper.c592 if (free > c->report_rp_size) in ubifs_statfs()
593 buf->f_bavail = (free - c->report_rp_size) >> UBIFS_BLOCK_SHIFT; in ubifs_statfs()
929 c->report_rp_size = ubifs_reported_space(c, c->rp_size); in init_constants_master()
1624 c->report_rp_size, c->report_rp_size >> 10); in mount_ubifs()
H A Dubifs.h2044 long long report_rp_size; member