# File lib/innodb/inode.rb, line 95
  def frag_array_n_used
    frag_array.inject(0) { |n, i| n += 1 if i; n }
  end