Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_fsops.c215 __be32 *agfl_bno; in xfs_growfs_data_private() local
277 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, bp); in xfs_growfs_data_private()
279 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_growfs_data_private()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c467 if (be32_to_cpu(agfl->agfl_bno[i]) != NULLAGBLOCK && in xfs_agfl_verify()
468 be32_to_cpu(agfl->agfl_bno[i]) >= mp->m_sb.sb_agblocks) in xfs_agfl_verify()
2030 __be32 *agfl_bno; in xfs_alloc_get_freelist() local
2056 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist()
2057 bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]); in xfs_alloc_get_freelist()
2155 __be32 *agfl_bno; in xfs_alloc_put_freelist() local
2185 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_put_freelist()
2186 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()
Dxfs_format.h736 &(XFS_BUF_TO_AGFL(bp)->agfl_bno[0]) : \
756 __be32 agfl_bno[]; /* actually XFS_AGFL_SIZE(mp) */ member