Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1569 c->report_rp_size, c->report_rp_size >> 10); in mount_ubifs()
H A Dubifs.h1224 * @report_rp_size: size of the reserved pool reported to user-space
1467 long long report_rp_size; member
/kernel/linux/linux-6.6/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.h1245 * @report_rp_size: size of the reserved pool reported to user-space
1495 long long report_rp_size; member

Completed in 14 milliseconds