Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_fsops.c217 __be32 *agfl_bno; in xfs_growfs_data_private() local
279 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, bp); in xfs_growfs_data_private()
281 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_growfs_data_private()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.c481 if (be32_to_cpu(agfl->agfl_bno[i]) != NULLAGBLOCK && in xfs_agfl_verify()
482 be32_to_cpu(agfl->agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify()
2090 __be32 *agfl_bno; in xfs_alloc_get_freelist() local
2116 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist()
2117 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()
2215 __be32 *agfl_bno; in xfs_alloc_put_freelist() local
2245 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_put_freelist()
2246 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()
Dxfs_format.h768 &(XFS_BUF_TO_AGFL(bp)->agfl_bno[0]) : \
788 __be32 agfl_bno[]; /* actually XFS_AGFL_SIZE(mp) */ member