Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_ag.c407 mp->m_ag_prealloc_blocks = xfs_prealloc_blocks(mp); in xfs_initialize_perag()
471 arec->ar_startblock = cpu_to_be32(mp->m_ag_prealloc_blocks); in xfs_freesp_init_recs()
478 ASSERT(start >= mp->m_ag_prealloc_blocks); in xfs_freesp_init_recs()
479 if (start != mp->m_ag_prealloc_blocks) { in xfs_freesp_init_recs()
484 mp->m_ag_prealloc_blocks); in xfs_freesp_init_recs()
659 tmpsize = id->agsize - mp->m_ag_prealloc_blocks; in xfs_agfblock_init()
865 id->nfree += id->agsize - mp->m_ag_prealloc_blocks; in xfs_ag_init_headers()
/linux-6.3-rc2/fs/xfs/
A Dxfs_mount.h136 xfs_extlen_t m_ag_prealloc_blocks; /* reserved ag blocks */ member

Completed in 17 milliseconds