Searched refs:max_orphans (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/ubifs/
H A Dmisc.h283 ubifs_assert(c, max_xattrs < c->max_orphans);
H A Dorphan.c59 if (c->tot_orphans >= c->max_orphans) {
820 c->max_orphans = tot_avail_orphs(c);
H A Dubifs.h1175 * @max_orphans: maximum number of orphans allowed
1429 int max_orphans; member in struct:ubifs_info
H A Dsuper.c1623 dbg_gen("max orphans: %d", c->max_orphans);
/linux-master/fs/f2fs/
H A Dcheckpoint.c659 if (unlikely(im->ino_num >= sbi->max_orphans))
1749 sbi->max_orphans = (BLKS_PER_SEG(sbi) - F2FS_CP_PACKS -
H A Df2fs.h1598 unsigned int max_orphans; /* max orphan inodes */ member in struct:f2fs_sb_info

Completed in 162 milliseconds