Home
last modified time | relevance | path

Searched refs:s_last_orphan (Results 1 – 4 of 4) sorted by relevance

/fs/ext4/
Dsuper.c1115 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()
Dnamei.c3139 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()
Dext4.h1352 __le32 s_last_orphan; /* start of list of inodes to delete */ member
/fs/ext2/
Dext2.h467 __u32 s_last_orphan; /* start of list of inodes to delete */ member