Home
last modified time | relevance | path

Searched refs:wasdel (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_rtalloc.h46 int wasdel, /* was a delayed allocation extent */
Dxfs_rtalloc.c1080 int wasdel, /* was a delayed allocation extent */ in xfs_rtallocate_extent() argument
1129 if (wasdel) in xfs_rtallocate_extent()
Dxfs_bmap_util.c152 &ralen, ap->wasdel, prod, &rtb); in xfs_bmap_rtalloc()
163 if (ap->wasdel) in xfs_bmap_rtalloc()
170 ap->wasdel ? XFS_TRANS_DQ_DELRTBCOUNT : in xfs_bmap_rtalloc()
Dxfs_trace.h1566 __field(char, wasdel)
1587 __entry->wasdel = args->wasdel;
1611 __entry->wasdel,
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_alloc.h75 char wasdel; /* set if allocation was prev delayed */ member
Dxfs_bmap.c651 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree() argument
693 cur->bc_private.b.flags = wasdel ? XFS_BTCUR_BPRV_WASDEL : 0; in xfs_bmap_extents_to_btree()
713 args.wasdel = wasdel; in xfs_bmap_extents_to_btree()
3336 if (ap->wasdel) in xfs_bmap_btalloc_accounting()
3356 if (ap->wasdel) in xfs_bmap_btalloc_accounting()
3359 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT : XFS_TRANS_DQ_BCOUNT, in xfs_bmap_btalloc_accounting()
3538 args.wasdel = ap->wasdel; in xfs_bmap_btalloc()
4009 if (bma->wasdel) { in xfs_bmapi_allocate()
4067 bma->wasdel ? XFS_BTCUR_BPRV_WASDEL : 0; in xfs_bmapi_allocate()
4083 if ((!bma->wasdel || (bma->flags & XFS_BMAPI_COWFORK)) && in xfs_bmapi_allocate()
[all …]
Dxfs_bmap.h40 bool wasdel; /* replacing a delayed allocation */ member
Dxfs_bmap_btree.c236 args.wasdel = cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL; in xfs_bmbt_alloc_block()
237 if (!args.wasdel && args.tp->t_blk_res == 0) { in xfs_bmbt_alloc_block()
Dxfs_ag_resv.c349 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()