Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dorphan.c66 if (c->tot_orphans >= c->max_orphans) { in ubifs_add_orphan()
702 c->max_orphans = tot_avail_orphs(c); in ubifs_mount_orphans()
Dubifs.h1973 int max_orphans; member