Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dmisc.h283 ubifs_assert(c, max_xattrs < c->max_orphans); in ubifs_xattr_max_cnt()
H A Dorphan.c59 if (c->tot_orphans >= c->max_orphans) { in orphan_add()
818 c->max_orphans = tot_avail_orphs(c); in ubifs_mount_orphans()
H A Dubifs.h1397 int max_orphans; member
H A Dsuper.c1612 dbg_gen("max orphans: %d", c->max_orphans); in mount_ubifs()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dorphan.c67 if (c->tot_orphans >= c->max_orphans) { in ubifs_add_orphan()
703 c->max_orphans = tot_avail_orphs(c); in ubifs_mount_orphans()
H A Dubifs.h1974 int max_orphans; member
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dcheckpoint.c606 if (unlikely(im->ino_num >= sbi->max_orphans)) in f2fs_acquire_orphan_inode()
1706 sbi->max_orphans = (sbi->blocks_per_seg - F2FS_CP_PACKS - in f2fs_init_ino_entry_info()
H A Df2fs.h1618 unsigned int max_orphans; /* max orphan inodes */ member