Lines Matching refs:alloc_flags
1540 uint32_t alloc_flags)
1560 alloc_flags |= XFS_ALLOC_FLAG_TRYFLUSH;
1625 acur.busy_gen, alloc_flags);
1629 alloc_flags &= ~XFS_ALLOC_FLAG_TRYFLUSH;
1655 uint32_t alloc_flags)
1670 alloc_flags |= XFS_ALLOC_FLAG_TRYFLUSH;
1740 busy_gen, alloc_flags);
1744 alloc_flags &= ~XFS_ALLOC_FLAG_TRYFLUSH;
1835 busy_gen, alloc_flags);
1839 alloc_flags &= ~XFS_ALLOC_FLAG_TRYFLUSH;
2632 uint32_t alloc_flags)
2648 error = xfs_alloc_read_agf(pag, tp, alloc_flags, &agbp);
2664 (alloc_flags & XFS_ALLOC_FLAG_TRYLOCK)) {
2665 ASSERT(!(alloc_flags & XFS_ALLOC_FLAG_FREEING));
2670 if (!xfs_alloc_space_available(args, need, alloc_flags |
2679 error = xfs_alloc_read_agf(pag, tp, alloc_flags, &agbp);
2694 if (!xfs_alloc_space_available(args, need, alloc_flags))
2732 if (alloc_flags & XFS_ALLOC_FLAG_NORMAP)
2736 while (!(alloc_flags & XFS_ALLOC_FLAG_NOSHRINK) &&
2765 error = xfs_alloc_ag_vextent_size(&targs, alloc_flags);
2775 if (alloc_flags & XFS_ALLOC_FLAG_FREEING)
3333 uint32_t alloc_flags)
3342 error = xfs_alloc_fix_freelist(args, alloc_flags);
3464 uint32_t alloc_flags = 0;
3483 error = xfs_alloc_vextent_prepare_ag(args, alloc_flags);
3485 error = xfs_alloc_ag_vextent_size(args, alloc_flags);
3514 uint32_t alloc_flags)
3521 if (alloc_flags & XFS_ALLOC_FLAG_TRYLOCK)
3527 error = xfs_alloc_vextent_prepare_ag(args, alloc_flags);
3541 error = xfs_alloc_ag_vextent_near(args, alloc_flags);
3544 error = xfs_alloc_ag_vextent_size(args, alloc_flags);
3561 if (alloc_flags & XFS_ALLOC_FLAG_TRYLOCK) {
3562 alloc_flags &= ~XFS_ALLOC_FLAG_TRYLOCK;
3590 uint32_t alloc_flags = XFS_ALLOC_FLAG_TRYLOCK;
3617 XFS_FSB_TO_AGBNO(mp, target), alloc_flags);
3644 uint32_t alloc_flags = XFS_ALLOC_FLAG_TRYLOCK;
3663 XFS_FSB_TO_AGBNO(mp, target), alloc_flags);
3716 uint32_t alloc_flags = 0;
3737 error = xfs_alloc_vextent_prepare_ag(args, alloc_flags);
3739 error = xfs_alloc_ag_vextent_near(args, alloc_flags);