Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/ext4/
H A Dorphan.rst15 superblock contains the inode number of the last orphan inode (s_last_orphan
/linux/fs/ext4/
H A Dsuper.c1173 le32_to_cpu(sbi->s_es->s_last_orphan)); in dump_orphan_list()
5492 needs_recovery = (es->s_last_orphan != 0 || in __ext4_fill_super()
6742 if (es->s_last_orphan || !ext4_orphan_file_empty(sb)) { in __ext4_remount()
H A Dext4.h1391 __le32 s_last_orphan; /* start of list of inodes to delete */ member