Searched refs:s_last_orphan (Results 1 – 4 of 4) sorted by relevance
779 le32_to_cpu(sbi->s_es->s_last_orphan)); in dump_orphan_list()2192 if (!es->s_last_orphan) { in ext4_orphan_cleanup()2212 if (es->s_last_orphan && !(s_flags & MS_RDONLY)) { in ext4_orphan_cleanup()2215 es->s_last_orphan = 0; in ext4_orphan_cleanup()2240 while (es->s_last_orphan) { in ext4_orphan_cleanup()2243 inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext4_orphan_cleanup()2245 es->s_last_orphan = 0; in ext4_orphan_cleanup()3667 needs_recovery = (es->s_last_orphan != 0 || in ext4_fill_super()4708 if (es->s_last_orphan) { in ext4_remount()
2793 NEXT_ORPHAN(inode) = le32_to_cpu(sbi->s_es->s_last_orphan); in ext4_orphan_add()2794 sbi->s_es->s_last_orphan = cpu_to_le32(inode->i_ino); in ext4_orphan_add()2875 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext4_orphan_del()
1206 __le32 s_last_orphan; /* start of list of inodes to delete */ member
477 __u32 s_last_orphan; /* start of list of inodes to delete */ member