Searched defs:f2fs_orphan_block (Results 1 – 1 of 1) sorted by relevance
226 struct f2fs_orphan_block { struct227 __le32 ino[F2FS_ORPHANS_PER_BLOCK]; /* inode numbers */228 __le32 reserved; /* reserved */229 __le16 blk_addr; /* block index in current CP */230 __le16 blk_count; /* Number of orphan inode blocks in CP */231 __le32 entry_count; /* Total number of orphan nodes in current CP */232 __le32 check_sum; /* CRC32 for orphan inode block */