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