Home
last modified time | relevance | path

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

/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.rst490 - s_orphan_file_inum
/linux/fs/ext4/ !
H A Dorphan.c580 ino_t orphan_ino = le32_to_cpu(EXT4_SB(sb)->s_es->s_orphan_file_inum); in ext4_init_orphan_info()
H A Dext4.h1444 __le32 s_orphan_file_inum; /* Inode for tracking orphan inodes */ member
3073 ino == le32_to_cpu(es->s_orphan_file_inum); in is_special_ino()