Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ubifs/
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()
1563 c->report_rp_size, c->report_rp_size >> 10); in mount_ubifs()
Dubifs.h1495 long long report_rp_size; member