Lines Matching refs:agbno
92 xfs_agblock_t agbno,
108 icp->ic_format.icl_agbno = cpu_to_be32(agbno);
151 xfs_agblock_t agbno;
176 agbno = be32_to_cpu(icl->icl_agbno);
177 if (!agbno || agbno == NULLAGBLOCK || agbno >= mp->m_sb.sb_agblocks) {
178 xfs_warn(log->l_mp, "xlog_recover_do_icreate_trans: bad agbno");
228 agbno + i * igeo->blocks_per_cluster);
253 return xfs_ialloc_inode_init(mp, NULL, buffer_list, count, agno, agbno,