Searched refs:agfl_bno (Results 1 – 4 of 4) sorted by relevance
292 __be32 *agfl_bno; in xfs_agflblock_init() local301 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, bp); in xfs_agflblock_init()303 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_agflblock_init()
581 if (be32_to_cpu(agfl->agfl_bno[i]) != NULLAGBLOCK && in xfs_agfl_verify()582 be32_to_cpu(agfl->agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify()2400 __be32 *agfl_bno; in xfs_alloc_get_freelist() local2426 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist()2427 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()2532 __be32 *agfl_bno; in xfs_alloc_put_freelist() local2563 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_put_freelist()2564 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()3150 __be32 *agfl_bno; in xfs_agfl_walk() local3154 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_agfl_walk()[all …]
790 &(XFS_BUF_TO_AGFL(bp)->agfl_bno[0]) : \799 __be32 agfl_bno[]; /* actually xfs_agfl_size(mp) */ member
580 __be32 *agfl_bno; in xrep_agfl_init_header() local605 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agfl_bp); in xrep_agfl_init_header()612 agfl_bno[fl_off] = cpu_to_be32(agbno); in xrep_agfl_init_header()