Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c1122 le32_to_cpu(sbi->s_es->s_last_orphan)); in dump_orphan_list()
3022 if (!es->s_last_orphan) { in ext4_orphan_cleanup()
3042 if (es->s_last_orphan && !(s_flags & SB_RDONLY)) { in ext4_orphan_cleanup()
3045 es->s_last_orphan = 0; in ext4_orphan_cleanup()
3085 while (es->s_last_orphan) { in ext4_orphan_cleanup()
3094 es->s_last_orphan = 0; in ext4_orphan_cleanup()
3098 inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext4_orphan_cleanup()
3100 es->s_last_orphan = 0; in ext4_orphan_cleanup()
4787 needs_recovery = (es->s_last_orphan != 0 || in ext4_fill_super()
5967 if (es->s_last_orphan) { in ext4_remount()
H A Dnamei.c3138 NEXT_ORPHAN(inode) = le32_to_cpu(sbi->s_es->s_last_orphan); in ext4_orphan_add()
3139 sbi->s_es->s_last_orphan = cpu_to_le32(inode->i_ino); in ext4_orphan_add()
3222 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext4_orphan_del()
H A Dext4.h1350 __le32 s_last_orphan; /* start of list of inodes to delete */ member
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h478 __u32 s_last_orphan; /* start of list of inodes to delete */ member
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dinodes.rst503 the orphan list. The superblock field ``s_last_orphan`` points to the