Home
last modified time | relevance | path

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

/fs/ubifs/
Dorphan.c77 if (c->tot_orphans >= c->max_orphans) { in ubifs_add_orphan()
713 c->max_orphans = tot_avail_orphs(c); in ubifs_mount_orphans()
Dubifs.h1353 int max_orphans; member
/fs/f2fs/
Dcheckpoint.c539 if (unlikely(im->ino_num >= sbi->max_orphans)) in acquire_orphan_inode()
1480 sbi->max_orphans = (sbi->blocks_per_seg - F2FS_CP_PACKS - in init_ino_entry_info()
Df2fs.h1132 unsigned int max_orphans; /* max orphan inodes */ member