Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_ialloc.h31 #define XFS_IALLOC_BLOCKS(mp) (mp)->m_ialloc_blks macro
Dxfs_trans_space.h50 (XFS_IALLOC_BLOCKS(mp) + (mp)->m_in_maxlevels - 1)
Dxfs_trans.c157 xfs_calc_buf_res(2 + XFS_IALLOC_BLOCKS(mp) + in xfs_calc_itruncate_reservation()
261 xfs_calc_buf_res(XFS_IALLOC_BLOCKS(mp), in xfs_calc_symlink_reservation()
296 xfs_calc_buf_res(XFS_IALLOC_BLOCKS(mp), in xfs_calc_create_reservation()
335 xfs_calc_buf_res(2 + XFS_IALLOC_BLOCKS(mp) + in xfs_calc_ifree_reservation()
Dxfs_ialloc.c301 args.minlen = args.maxlen = XFS_IALLOC_BLOCKS(args.mp); in xfs_ialloc_ag_alloc()
311 XFS_IALLOC_BLOCKS(args.mp); in xfs_ialloc_ag_alloc()
553 ineed = XFS_IALLOC_BLOCKS(mp); in xfs_ialloc_ag_select()
1199 XFS_IALLOC_BLOCKS(mp), flist, mp); in xfs_difree()
Dxfs_inode.c1863 nbufs = XFS_IALLOC_BLOCKS(mp); in xfs_ifree_cluster()
1868 nbufs = XFS_IALLOC_BLOCKS(mp) / blks_per_cluster; in xfs_ifree_cluster()