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

/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c449 mp->m_ag_prealloc_blocks = xfs_prealloc_blocks(mp);
510 arec->ar_startblock = cpu_to_be32(mp->m_ag_prealloc_blocks);
517 ASSERT(start >= mp->m_ag_prealloc_blocks);
518 if (start != mp->m_ag_prealloc_blocks) {
524 mp->m_ag_prealloc_blocks);
686 tmpsize = id->agsize - mp->m_ag_prealloc_blocks;
895 id->nfree += id->agsize - mp->m_ag_prealloc_blocks;
/linux-master/fs/xfs/
H A Dxfs_mount.h139 xfs_extlen_t m_ag_prealloc_blocks; /* reserved ag blocks */ member in struct:xfs_mount

Completed in 129 milliseconds