Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ag.c533 __be32 *agfl_bno; in xfs_agflblock_init() local
542 agfl_bno = xfs_buf_to_agfl_bno(bp); in xfs_agflblock_init()
544 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_agflblock_init()
/linux/fs/xfs/scrub/
H A Dagheader_repair.c633 __be32 *agfl_bno; member
653 af->agfl_bno[af->fl_off++] = cpu_to_be32(agbno++); in xrep_agfl_fill()
699 af.agfl_bno = xfs_buf_to_agfl_bno(agfl_bp); in xrep_agfl_init_header()