Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dorphan.c67 if (c->tot_orphans >= c->max_orphans) { in ubifs_add_orphan()
703 c->max_orphans = tot_avail_orphs(c); in ubifs_mount_orphans()
H A Dubifs.h1974 int max_orphans; member