Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_rtalloc.h46 int wasdel, /* was a delayed allocation extent */
Dxfs_bmap_util.c148 &ralen, ap->wasdel, prod, &rtb); in xfs_bmap_rtalloc()
159 if (ap->wasdel) in xfs_bmap_rtalloc()
166 ap->wasdel ? XFS_TRANS_DQ_DELRTBCOUNT : in xfs_bmap_rtalloc()
Dxfs_rtalloc.c1146 int wasdel, /* was a delayed allocation extent */ in xfs_rtallocate_extent() argument
1195 if (wasdel) in xfs_rtallocate_extent()
Dxfs_trace.h1665 __field(char, wasdel)
1686 __entry->wasdel = args->wasdel;
1710 __entry->wasdel,
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_alloc.h74 char wasdel; /* set if allocation was prev delayed */ member
Dxfs_bmap.c649 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree() argument
691 cur->bc_ino.flags = wasdel ? XFS_BTCUR_BMBT_WASDEL : 0; in xfs_bmap_extents_to_btree()
711 args.wasdel = wasdel; in xfs_bmap_extents_to_btree()
3435 if (ap->wasdel) { in xfs_bmap_btalloc_accounting()
3457 if (ap->wasdel) { in xfs_bmap_btalloc_accounting()
3462 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT : XFS_TRANS_DQ_BCOUNT, in xfs_bmap_btalloc_accounting()
3641 args.wasdel = ap->wasdel; in xfs_bmap_btalloc()
4105 if (bma->wasdel) { in xfs_bmapi_allocate()
4145 bma->wasdel ? XFS_BTCUR_BMBT_WASDEL : 0; in xfs_bmapi_allocate()
4155 if (bma->wasdel) in xfs_bmapi_allocate()
[all …]
Dxfs_bmap_btree.c233 args.wasdel = cur->bc_ino.flags & XFS_BTCUR_BMBT_WASDEL; in xfs_bmbt_alloc_block()
234 if (!args.wasdel && args.tp->t_blk_res == 0) { in xfs_bmbt_alloc_block()
Dxfs_bmap.h40 bool wasdel; /* replacing a delayed allocation */ member
Dxfs_ag_resv.c343 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()