Home
last modified time | relevance | path

Searched refs:agfl_bno (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ag.c219 __be32 *agfl_bno; in xfs_agflblock_init() local
228 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()
Dxfs_alloc.c585 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() local
2427 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() local
2564 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() local
3168 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_agfl_walk()
[all …]
Dxfs_format.h794 &(XFS_BUF_TO_AGFL(bp)->agfl_bno[0]) : \
803 __be32 agfl_bno[]; /* actually xfs_agfl_size(mp) */ member
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c589 __be32 *agfl_bno; in xrep_agfl_init_header() local
614 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()