Home
last modified time | relevance | path

Searched refs:XFS_IALLOC_BLOCKS (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_ialloc.h31 #define XFS_IALLOC_BLOCKS(mp) (mp)->m_ialloc_blks macro
Dxfs_trans.c131 128 * (2 + XFS_IALLOC_BLOCKS(mp) + mp->m_in_maxlevels + in xfs_calc_itruncate_reservation()
244 XFS_FSB_TO_B(mp, XFS_IALLOC_BLOCKS(mp)) + in xfs_calc_symlink_reservation()
247 128 * (2 + XFS_IALLOC_BLOCKS(mp) + mp->m_in_maxlevels + in xfs_calc_symlink_reservation()
278 XFS_FSB_TO_B(mp, XFS_IALLOC_BLOCKS(mp)) + in xfs_calc_create_reservation()
281 128 * (2 + XFS_IALLOC_BLOCKS(mp) + mp->m_in_maxlevels + in xfs_calc_create_reservation()
318 128 * (2 + XFS_IALLOC_BLOCKS(mp) + mp->m_in_maxlevels + in xfs_calc_ifree_reservation()
Dxfs_trans_space.h50 (XFS_IALLOC_BLOCKS(mp) + (mp)->m_in_maxlevels - 1)
Dxfs_ialloc.c265 args.minlen = args.maxlen = XFS_IALLOC_BLOCKS(args.mp); in xfs_ialloc_ag_alloc()
275 XFS_IALLOC_BLOCKS(args.mp); in xfs_ialloc_ag_alloc()
507 ineed = pag->pagi_freecount ? 0 : XFS_IALLOC_BLOCKS(mp); in xfs_ialloc_ag_select()
1161 XFS_IALLOC_BLOCKS(mp), flist, mp); in xfs_difree()
Dxfs_inode.c1548 nbufs = XFS_IALLOC_BLOCKS(mp); in xfs_ifree_cluster()
1553 nbufs = XFS_IALLOC_BLOCKS(mp) / blks_per_cluster; in xfs_ifree_cluster()