Home
last modified time | relevance | path

Searched defs:f2fs_orphan_block (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Df2fs_fs.h174 struct f2fs_orphan_block { struct
175 __le32 ino[F2FS_ORPHANS_PER_BLOCK]; /* inode numbers */
176 __le32 reserved; /* reserved */
177 __le16 blk_addr; /* block index in current CP */
178 __le16 blk_count; /* Number of orphan inode blocks in CP */
179 __le32 entry_count; /* Total number of orphan nodes in current CP */
180 __le32 check_sum; /* CRC32 for orphan inode block */