Lines Matching defs:count
94 unsigned int count,
110 icp->ic_format.icl_count = cpu_to_be32(count);
153 unsigned int count;
187 count = be32_to_cpu(icl->icl_count);
188 if (!count) {
189 xfs_warn(log->l_mp, "xlog_recover_do_icreate_trans: bad count");
209 /* verify inode count is consistent with extent length */
210 if ((count >> mp->m_sb.sb_inopblog) != length) {
212 "%s: inconsistent inode count and chunk length",
254 return xfs_ialloc_inode_init(mp, NULL, buffer_list, count, agno, agbno,