Home
last modified time | relevance | path

Searched refs:wasdel (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.c649 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree()
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()
645 xfs_bmap_extents_to_btree( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_btree_cur **curp, int wasdel, int *logflagsp, int whichfork) xfs_bmap_extents_to_btree() argument
5275 int wasdel; /* was a delayed alloc extent */ __xfs_bunmapi() local
[all...]
H A Dxfs_alloc.h74 char wasdel; /* set if allocation was prev delayed */ member
H A Dxfs_bmap.h40 bool wasdel; /* replacing a delayed allocation */ member
H A 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()
H A Dxfs_ag_resv.c343 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.c603 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree()
644 cur->bc_ino.flags = wasdel ? XFS_BTCUR_BMBT_WASDEL : 0; in xfs_bmap_extents_to_btree()
655 args.wasdel = wasdel; in xfs_bmap_extents_to_btree()
3281 if (ap->wasdel) { in xfs_bmap_btalloc_accounting()
3303 if (ap->wasdel) { in xfs_bmap_btalloc_accounting()
3308 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT : XFS_TRANS_DQ_BCOUNT, in xfs_bmap_btalloc_accounting()
3430 args.wasdel = ap->wasdel; in xfs_bmap_exact_minlen_extent_alloc()
3690 .wasdel in xfs_bmap_btalloc()
599 xfs_bmap_extents_to_btree( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_btree_cur **curp, int wasdel, int *logflagsp, int whichfork) xfs_bmap_extents_to_btree() argument
5277 int wasdel; /* was a delayed alloc extent */ __xfs_bunmapi() local
[all...]
H A Dxfs_bmap.h39 bool wasdel; /* replacing a delayed allocation */ member
H A Dxfs_alloc.h54 char wasdel; /* set if allocation was prev delayed */ member
H A Dxfs_bmap_btree.c213 args.wasdel = cur->bc_ino.flags & XFS_BTCUR_BMBT_WASDEL; in xfs_bmbt_alloc_block()
214 if (!args.wasdel && args.tp->t_blk_res == 0) in xfs_bmbt_alloc_block()
H A Dxfs_ag_resv.c371 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_rtalloc.h46 int wasdel, /* was a delayed allocation extent */
H A 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()
H A Dxfs_rtalloc.c1146 int wasdel, /* was a delayed allocation extent */ in xfs_rtallocate_extent()
1195 if (wasdel) in xfs_rtallocate_extent()
1140 xfs_rtallocate_extent( xfs_trans_t *tp, xfs_rtblock_t bno, xfs_extlen_t minlen, xfs_extlen_t maxlen, xfs_extlen_t *len, int wasdel, xfs_extlen_t prod, xfs_rtblock_t *rtblock) xfs_rtallocate_extent() argument
H A Dxfs_trace.h1665 __field(char, wasdel)
1686 __entry->wasdel = args->wasdel;
1694 "len %u type %s otype %s wasdel %d wasfromfl %d resv %d "
1710 __entry->wasdel,
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_rtalloc.h47 int wasdel, /* was a delayed allocation extent */
H A Dxfs_bmap_util.c170 &ralen, ap->wasdel, prod, &rtb); in xfs_bmap_rtalloc()
179 if (ap->wasdel) in xfs_bmap_rtalloc()
186 ap->wasdel ? XFS_TRANS_DQ_DELRTBCOUNT : in xfs_bmap_rtalloc()
H A Dxfs_rtalloc.c1202 int wasdel, /* was a delayed allocation extent */ in xfs_rtallocate_extent()
1251 if (wasdel) in xfs_rtallocate_extent()
1196 xfs_rtallocate_extent( xfs_trans_t *tp, xfs_rtblock_t bno, xfs_extlen_t minlen, xfs_extlen_t maxlen, xfs_extlen_t *len, int wasdel, xfs_extlen_t prod, xfs_rtblock_t *rtblock) xfs_rtallocate_extent() argument
H A Dxfs_trace.h1800 __field(char, wasdel)
1819 __entry->wasdel = args->wasdel;
1827 "len %u wasdel %d wasfromfl %d resv %d "
1841 __entry->wasdel,

Completed in 39 milliseconds