Searched refs:agfl_bno (Results 1 – 4 of 4) sorted by relevance
219 __be32 *agfl_bno; in xfs_agflblock_init() local228 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, bp); in xfs_agflblock_init()230 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_agflblock_init()
585 if (be32_to_cpu(agfl->agfl_bno[i]) != NULLAGBLOCK && in xfs_agfl_verify()586 be32_to_cpu(agfl->agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify()2401 __be32 *agfl_bno; in xfs_alloc_get_freelist() local2427 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist()2428 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()2533 __be32 *agfl_bno; in xfs_alloc_put_freelist() local2564 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_put_freelist()2565 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()3164 __be32 *agfl_bno; in xfs_agfl_walk() local3168 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_agfl_walk()[all …]
794 &(XFS_BUF_TO_AGFL(bp)->agfl_bno[0]) : \803 __be32 agfl_bno[]; /* actually xfs_agfl_size(mp) */ member
589 __be32 *agfl_bno; in xrep_agfl_init_header() local614 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agfl_bp); in xrep_agfl_init_header()621 agfl_bno[fl_off] = cpu_to_be32(agbno); in xrep_agfl_init_header()