Searched refs:s_last_orphan (Results 1 – 7 of 7) sorted by relevance
402 le32_to_cpu(sbi->s_es->s_last_orphan)); in dump_orphan_list()1525 if (!es->s_last_orphan) { in ext3_orphan_cleanup()1545 if (es->s_last_orphan && !(s_flags & MS_RDONLY)) { in ext3_orphan_cleanup()1548 es->s_last_orphan = 0; in ext3_orphan_cleanup()1573 while (es->s_last_orphan) { in ext3_orphan_cleanup()1576 inode = ext3_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext3_orphan_cleanup()1578 es->s_last_orphan = 0; in ext3_orphan_cleanup()2024 needs_recovery = (es->s_last_orphan != 0 || in ext3_fill_super()2745 if (es->s_last_orphan) { in ext3_remount()
2003 NEXT_ORPHAN(inode) = le32_to_cpu(EXT3_SB(sb)->s_es->s_last_orphan); in ext3_orphan_add()2004 EXT3_SB(sb)->s_es->s_last_orphan = cpu_to_le32(inode->i_ino); in ext3_orphan_add()2072 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext3_orphan_del()
468 __le32 s_last_orphan; /* start of list of inodes to delete */ member
760 le32_to_cpu(sbi->s_es->s_last_orphan)); in dump_orphan_list()2181 if (!es->s_last_orphan) { in ext4_orphan_cleanup()2201 if (es->s_last_orphan && !(s_flags & MS_RDONLY)) { in ext4_orphan_cleanup()2204 es->s_last_orphan = 0; in ext4_orphan_cleanup()2229 while (es->s_last_orphan) { in ext4_orphan_cleanup()2232 inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext4_orphan_cleanup()2234 es->s_last_orphan = 0; in ext4_orphan_cleanup()4015 needs_recovery = (es->s_last_orphan != 0 || in ext4_fill_super()5041 if (es->s_last_orphan) { in ext4_remount()
2881 NEXT_ORPHAN(inode) = le32_to_cpu(sbi->s_es->s_last_orphan); in ext4_orphan_add()2882 sbi->s_es->s_last_orphan = cpu_to_le32(inode->i_ino); in ext4_orphan_add()2963 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext4_orphan_del()
1167 __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