Home
last modified time | relevance | path

Searched refs:s_orphan_file_inum (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/Documentation/filesystems/ext4/
Dspecial_inodes.rst54 * - s_orphan_file_inum
Dorphan.rst21 (referenced from the superblock through s_orphan_file_inum) with several
Dsuper.rst482 - s_orphan_file_inum
/linux-6.1.9/fs/ext4/
Dorphan.c581 ino_t orphan_ino = le32_to_cpu(EXT4_SB(sb)->s_es->s_orphan_file_inum); in ext4_init_orphan_info()
Dext4.h1445 __le32 s_orphan_file_inum; /* Inode for tracking orphan inodes */ member
Dinode.c4780 ino == le32_to_cpu(es->s_orphan_file_inum))) || in __ext4_iget()