Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dorphan.c156 NEXT_ORPHAN(inode) = le32_to_cpu(sbi->s_es->s_last_orphan); in ext4_orphan_add()
158 sbi->s_es->s_last_orphan = cpu_to_le32(inode->i_ino); in ext4_orphan_add()
279 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext4_orphan_del()
393 if (!es->s_last_orphan && !oi->of_blocks) { in ext4_orphan_cleanup()
413 if (es->s_last_orphan && !(s_flags & SB_RDONLY)) { in ext4_orphan_cleanup()
416 es->s_last_orphan = 0; in ext4_orphan_cleanup()
456 while (es->s_last_orphan) { in ext4_orphan_cleanup()
463 es->s_last_orphan = 0; in ext4_orphan_cleanup()
467 inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext4_orphan_cleanup()
469 es->s_last_orphan = 0; in ext4_orphan_cleanup()
H A Dsuper.c1179 le32_to_cpu(sbi->s_es->s_last_orphan)); in dump_orphan_list()
5375 needs_recovery = (es->s_last_orphan != 0 || in __ext4_fill_super()
6634 if (es->s_last_orphan || !ext4_orphan_file_empty(sb)) { in __ext4_remount()
H A Dext4.h1361 __le32 s_last_orphan; /* start of list of inodes to delete */ member
/openbmc/linux/Documentation/filesystems/ext4/
H A Dorphan.rst15 superblock contains the inode number of the last orphan inode (s_last_orphan
H A Dinodes.rst504 ``s_last_orphan`` points to the first inode in the orphan list; dtime is then
H A Dsuper.rst230 - s_last_orphan
/openbmc/linux/fs/ext2/
H A Dext2.h472 __u32 s_last_orphan; /* start of list of inodes to delete */ member
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch138 - uint32_t s_last_orphan; /* start of list of inodes to delete */
943 - __u32 s_last_orphan; /* start of list of inodes to delete */