Searched refs:max_orphans (Results 1 – 8 of 8) sorted by relevance
283 ubifs_assert(c, max_xattrs < c->max_orphans); in ubifs_xattr_max_cnt()
59 if (c->tot_orphans >= c->max_orphans) { in orphan_add()820 c->max_orphans = tot_avail_orphs(c); in ubifs_mount_orphans()
1425 int max_orphans; member
1624 dbg_gen("max orphans: %d", c->max_orphans); in mount_ubifs()
66 if (c->tot_orphans >= c->max_orphans) { in ubifs_add_orphan()702 c->max_orphans = tot_avail_orphs(c); in ubifs_mount_orphans()
1973 int max_orphans; member
644 if (unlikely(im->ino_num >= sbi->max_orphans)) in f2fs_acquire_orphan_inode()1734 sbi->max_orphans = (BLKS_PER_SEG(sbi) - F2FS_CP_PACKS - in f2fs_init_ino_entry_info()
1596 unsigned int max_orphans; /* max orphan inodes */ member