Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_ag.c76 arec->ar_startblock = cpu_to_be32(mp->m_ag_prealloc_blocks); in xfs_freesp_init_recs()
83 ASSERT(start >= mp->m_ag_prealloc_blocks); in xfs_freesp_init_recs()
84 if (start != mp->m_ag_prealloc_blocks) { in xfs_freesp_init_recs()
89 mp->m_ag_prealloc_blocks); in xfs_freesp_init_recs()
264 tmpsize = id->agsize - mp->m_ag_prealloc_blocks; in xfs_agfblock_init()
465 id->nfree += id->agsize - mp->m_ag_prealloc_blocks; in xfs_ag_init_headers()
/Linux-v5.4/fs/xfs/
Dxfs_mount.h145 xfs_extlen_t m_ag_prealloc_blocks; /* reserved ag blocks */ member
Dxfs_mount.c239 mp->m_ag_prealloc_blocks = xfs_prealloc_blocks(mp); in xfs_initialize_perag()