Lines Matching defs:alloc_flags

1578 	uint32_t		alloc_flags)
1598 alloc_flags |= XFS_ALLOC_FLAG_TRYFLUSH;
1663 acur.busy_gen, alloc_flags);
1667 alloc_flags &= ~XFS_ALLOC_FLAG_TRYFLUSH;
1693 uint32_t alloc_flags)
1708 alloc_flags |= XFS_ALLOC_FLAG_TRYFLUSH;
1779 busy_gen, alloc_flags);
1783 alloc_flags &= ~XFS_ALLOC_FLAG_TRYFLUSH;
1878 busy_gen, alloc_flags);
1882 alloc_flags &= ~XFS_ALLOC_FLAG_TRYFLUSH;
2790 uint32_t alloc_flags)
2806 error = xfs_alloc_read_agf(pag, tp, alloc_flags, &agbp);
2822 (alloc_flags & XFS_ALLOC_FLAG_TRYLOCK)) {
2823 ASSERT(!(alloc_flags & XFS_ALLOC_FLAG_FREEING));
2828 if (!xfs_alloc_space_available(args, need, alloc_flags |
2837 error = xfs_alloc_read_agf(pag, tp, alloc_flags, &agbp);
2852 if (!xfs_alloc_space_available(args, need, alloc_flags))
2890 if (alloc_flags & XFS_ALLOC_FLAG_NORMAP)
2894 while (!(alloc_flags & XFS_ALLOC_FLAG_NOSHRINK) &&
2923 error = xfs_alloc_ag_vextent_size(&targs, alloc_flags);
2933 if (alloc_flags & XFS_ALLOC_FLAG_FREEING)
3485 uint32_t alloc_flags)
3494 error = xfs_alloc_fix_freelist(args, alloc_flags);
3616 uint32_t alloc_flags = 0;
3635 error = xfs_alloc_vextent_prepare_ag(args, alloc_flags);
3637 error = xfs_alloc_ag_vextent_size(args, alloc_flags);
3666 uint32_t alloc_flags)
3673 if (alloc_flags & XFS_ALLOC_FLAG_TRYLOCK)
3679 error = xfs_alloc_vextent_prepare_ag(args, alloc_flags);
3693 error = xfs_alloc_ag_vextent_near(args, alloc_flags);
3696 error = xfs_alloc_ag_vextent_size(args, alloc_flags);
3713 if (alloc_flags & XFS_ALLOC_FLAG_TRYLOCK) {
3714 alloc_flags &= ~XFS_ALLOC_FLAG_TRYLOCK;
3742 uint32_t alloc_flags = XFS_ALLOC_FLAG_TRYLOCK;
3769 XFS_FSB_TO_AGBNO(mp, target), alloc_flags);
3796 uint32_t alloc_flags = XFS_ALLOC_FLAG_TRYLOCK;
3815 XFS_FSB_TO_AGBNO(mp, target), alloc_flags);
3868 uint32_t alloc_flags = 0;
3889 error = xfs_alloc_vextent_prepare_ag(args, alloc_flags);
3891 error = xfs_alloc_ag_vextent_near(args, alloc_flags);