Home
last modified time | relevance | path

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

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