const MAX_INLINE_EXTENTS: usize = 18;
メタデータ 1 セクタに直接持てるエクステント数。 filename(128)+label(64)+size(8)+extent_count(4)+overflow(8)+16*N <= 508 → N <= 18。