# File lib/innodb/inode.rb, line 100 def used_pages frag_array_n_used + not_full_n_used + (full.length * @space.pages_per_extent) end