Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dorphan.c154 NEXT_ORPHAN(inode) = le32_to_cpu(sbi->s_es->s_last_orphan); in ext4_orphan_add()
156 sbi->s_es->s_last_orphan = cpu_to_le32(inode->i_ino); in ext4_orphan_add()
277 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext4_orphan_del()
391 if (!es->s_last_orphan && !oi->of_blocks) { in ext4_orphan_cleanup()
411 if (es->s_last_orphan && !(s_flags & SB_RDONLY)) { in ext4_orphan_cleanup()
414 es->s_last_orphan = 0; in ext4_orphan_cleanup()
454 while (es->s_last_orphan) { in ext4_orphan_cleanup()
461 es->s_last_orphan = 0; in ext4_orphan_cleanup()
465 inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext4_orphan_cleanup()
467 es->s_last_orphan = 0; in ext4_orphan_cleanup()
H A Dsuper.c1167 le32_to_cpu(sbi->s_es->s_last_orphan)); in dump_orphan_list()
5484 needs_recovery = (es->s_last_orphan != 0 || in __ext4_fill_super()
6734 if (es->s_last_orphan || !ext4_orphan_file_empty(sb)) { in __ext4_remount()
H A Dext4.h1394 __le32 s_last_orphan; /* start of list of inodes to delete */ member
/linux/Documentation/filesystems/ext4/
H A Dorphan.rst15 superblock contains the inode number of the last orphan inode (s_last_orphan