s_last_orphan 479 fs/ext2/ext2.h __u32 s_last_orphan; /* start of list of inodes to delete */ s_last_orphan 1281 fs/ext4/ext4.h __le32 s_last_orphan; /* start of list of inodes to delete */ s_last_orphan 2949 fs/ext4/namei.c NEXT_ORPHAN(inode) = le32_to_cpu(sbi->s_es->s_last_orphan); s_last_orphan 2950 fs/ext4/namei.c sbi->s_es->s_last_orphan = cpu_to_le32(inode->i_ino); s_last_orphan 3033 fs/ext4/namei.c sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); s_last_orphan 928 fs/ext4/super.c le32_to_cpu(sbi->s_es->s_last_orphan)); s_last_orphan 2634 fs/ext4/super.c if (!es->s_last_orphan) { s_last_orphan 2654 fs/ext4/super.c if (es->s_last_orphan && !(s_flags & SB_RDONLY)) { s_last_orphan 2657 fs/ext4/super.c es->s_last_orphan = 0; s_last_orphan 2700 fs/ext4/super.c while (es->s_last_orphan) { s_last_orphan 2709 fs/ext4/super.c es->s_last_orphan = 0; s_last_orphan 2713 fs/ext4/super.c inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); s_last_orphan 2715 fs/ext4/super.c es->s_last_orphan = 0; s_last_orphan 4349 fs/ext4/super.c needs_recovery = (es->s_last_orphan != 0 || s_last_orphan 5475 fs/ext4/super.c if (es->s_last_orphan) {