Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dmisc.h283 ubifs_assert(c, max_xattrs < c->max_orphans); in ubifs_xattr_max_cnt()
H A Dorphan.c65 if (c->tot_orphans >= c->max_orphans) { in ubifs_add_orphan()
711 c->max_orphans = tot_avail_orphs(c); in ubifs_mount_orphans()
H A Dubifs.h1156 * @max_orphans: maximum number of orphans allowed
1410 int max_orphans; member
/linux/fs/f2fs/
H A Dcheckpoint.c647 if (unlikely(im->ino_num >= sbi->max_orphans)) in f2fs_acquire_orphan_inode()
1724 sbi->max_orphans = (BLKS_PER_SEG(sbi) - F2FS_CP_PACKS - in f2fs_init_ino_entry_info()
H A Df2fs.h1649 unsigned int max_orphans; /* max orphan inodes */ member