Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ubifs/
Dmisc.h283 ubifs_assert(c, max_xattrs < c->max_orphans); in ubifs_xattr_max_cnt()
Dorphan.c59 if (c->tot_orphans >= c->max_orphans) { in orphan_add()
820 c->max_orphans = tot_avail_orphs(c); in ubifs_mount_orphans()
Dubifs.h1425 int max_orphans; member
Dsuper.c1615 dbg_gen("max orphans: %d", c->max_orphans); in mount_ubifs()
/linux-5.19.10/fs/f2fs/
Dcheckpoint.c614 if (unlikely(im->ino_num >= sbi->max_orphans)) in f2fs_acquire_orphan_inode()
1720 sbi->max_orphans = (sbi->blocks_per_seg - F2FS_CP_PACKS - in f2fs_init_ino_entry_info()
Df2fs.h1642 unsigned int max_orphans; /* max orphan inodes */ member