nitem_per_block 284 fs/nilfs2/recovery.c unsigned int nitem_per_block = (*pbh)->b_size / bytes; nitem_per_block 288 fs/nilfs2/recovery.c bcnt = DIV_ROUND_UP(count, nitem_per_block); nitem_per_block 289 fs/nilfs2/recovery.c *offset = bytes * (count - (bcnt - 1) * nitem_per_block);