Searched refs:s_last_orphan (Results 1 – 4 of 4) sorted by relevance
931 le32_to_cpu(sbi->s_es->s_last_orphan)); in dump_orphan_list()2598 if (!es->s_last_orphan) { in ext4_orphan_cleanup()2618 if (es->s_last_orphan && !(s_flags & SB_RDONLY)) { in ext4_orphan_cleanup()2621 es->s_last_orphan = 0; in ext4_orphan_cleanup()2661 while (es->s_last_orphan) { in ext4_orphan_cleanup()2670 es->s_last_orphan = 0; in ext4_orphan_cleanup()2674 inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext4_orphan_cleanup()2676 es->s_last_orphan = 0; in ext4_orphan_cleanup()4285 needs_recovery = (es->s_last_orphan != 0 || in ext4_fill_super()5438 if (es->s_last_orphan) { in ext4_remount()
2917 NEXT_ORPHAN(inode) = le32_to_cpu(sbi->s_es->s_last_orphan); in ext4_orphan_add()2918 sbi->s_es->s_last_orphan = cpu_to_le32(inode->i_ino); in ext4_orphan_add()3001 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext4_orphan_del()
1271 __le32 s_last_orphan; /* start of list of inodes to delete */ member
472 __u32 s_last_orphan; /* start of list of inodes to delete */ member