Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_alloc.c603 __be32 *agfl_bno = xfs_buf_to_agfl_bno(bp); in xfs_agfl_verify() local
629 if (be32_to_cpu(agfl_bno[i]) != NULLAGBLOCK && in xfs_agfl_verify()
630 be32_to_cpu(agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify()
2708 __be32 *agfl_bno; in xfs_alloc_get_freelist() local
2731 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist()
2814 __be32 *agfl_bno; in xfs_alloc_put_freelist() local
2842 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_put_freelist()
2843 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()
3707 __be32 *agfl_bno; in xfs_agfl_walk() local
3711 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_agfl_walk()
[all …]
A Dxfs_ag.c687 __be32 *agfl_bno; in xfs_agflblock_init() local
696 agfl_bno = xfs_buf_to_agfl_bno(bp); in xfs_agflblock_init()
698 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_agflblock_init()
/linux-6.3-rc2/fs/xfs/scrub/
A Dagheader_repair.c641 __be32 *agfl_bno; in xrep_agfl_init_header() local
666 agfl_bno = xfs_buf_to_agfl_bno(agfl_bp); in xrep_agfl_init_header()
674 agfl_bno[fl_off] = cpu_to_be32(agbno); in xrep_agfl_init_header()

Completed in 12 milliseconds