Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ag.c70 arec->ar_startblock = cpu_to_be32(mp->m_ag_prealloc_blocks); in xfs_bnoroot_init()
85 arec->ar_startblock = cpu_to_be32(mp->m_ag_prealloc_blocks); in xfs_cntroot_init()
199 tmpsize = id->agsize - mp->m_ag_prealloc_blocks; in xfs_agfblock_init()
392 id->nfree += id->agsize - mp->m_ag_prealloc_blocks; in xfs_ag_init_headers()
/Linux-v4.19/fs/xfs/
Dxfs_mount.h122 xfs_extlen_t m_ag_prealloc_blocks; /* reserved ag blocks */ member
Dxfs_mount.c237 mp->m_ag_prealloc_blocks = xfs_prealloc_blocks(mp); in xfs_initialize_perag()