Lines Matching refs:s_last_orphan
156 NEXT_ORPHAN(inode) = le32_to_cpu(sbi->s_es->s_last_orphan);
158 sbi->s_es->s_last_orphan = cpu_to_le32(inode->i_ino);
279 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next);
393 if (!es->s_last_orphan && !oi->of_blocks) {
413 if (es->s_last_orphan && !(s_flags & SB_RDONLY)) {
416 es->s_last_orphan = 0;
456 while (es->s_last_orphan) {
463 es->s_last_orphan = 0;
467 inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan));
469 es->s_last_orphan = 0;