···11041104 im->ino_num = 0;11051105 }1106110611071107- /*11081108- * considering 512 blocks in a segment 8+cp_payload blocks are11091109- * needed for cp and log segment summaries. Remaining blocks are11101110- * used to keep orphan entries with the limitation one reserved11111111- * segment for cp pack we can have max 1020*(504-cp_payload)11121112- * orphan entries11131113- */11141107 sbi->max_orphans = (sbi->blocks_per_seg - F2FS_CP_PACKS -11151108 NR_CURSEG_TYPE - __cp_payload(sbi)) *11161109 F2FS_ORPHANS_PER_BLOCK;