Searched refs:s_last_orphan (Results 1 – 4 of 4) sorted by relevance
1115 le32_to_cpu(sbi->s_es->s_last_orphan)); in dump_orphan_list()3008 if (!es->s_last_orphan) { in ext4_orphan_cleanup()3028 if (es->s_last_orphan && !(s_flags & SB_RDONLY)) { in ext4_orphan_cleanup()3031 es->s_last_orphan = 0; in ext4_orphan_cleanup()3071 while (es->s_last_orphan) { in ext4_orphan_cleanup()3080 es->s_last_orphan = 0; in ext4_orphan_cleanup()3084 inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext4_orphan_cleanup()3086 es->s_last_orphan = 0; in ext4_orphan_cleanup()4773 needs_recovery = (es->s_last_orphan != 0 || in ext4_fill_super()5957 if (es->s_last_orphan) { in ext4_remount()
3139 NEXT_ORPHAN(inode) = le32_to_cpu(sbi->s_es->s_last_orphan); in ext4_orphan_add()3140 sbi->s_es->s_last_orphan = cpu_to_le32(inode->i_ino); in ext4_orphan_add()3223 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext4_orphan_del()
1352 __le32 s_last_orphan; /* start of list of inodes to delete */ member
467 __u32 s_last_orphan; /* start of list of inodes to delete */ member