Searched refs:wasdel (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/fs/xfs/libxfs/ |
| D | xfs_bmap.c | 603 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree() argument 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 = ap->wasdel, in xfs_bmap_btalloc() 4105 if (bma->wasdel) { in xfs_bmapi_allocate() 4150 bma->wasdel ? XFS_BTCUR_BMBT_WASDEL : 0; in xfs_bmapi_allocate() [all …]
|
| D | xfs_alloc.h | 54 char wasdel; /* set if allocation was prev delayed */ member
|
| D | xfs_bmap.h | 39 bool wasdel; /* replacing a delayed allocation */ member
|
| D | xfs_bmap_btree.c | 213 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()
|
| D | xfs_ag_resv.c | 371 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()
|
| /Linux-v6.6/fs/xfs/ |
| D | xfs_rtalloc.h | 47 int wasdel, /* was a delayed allocation extent */
|
| D | xfs_bmap_util.c | 170 &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()
|
| D | xfs_rtalloc.c | 1181 int wasdel, /* was a delayed allocation extent */ in xfs_rtallocate_extent() argument 1230 if (wasdel) in xfs_rtallocate_extent()
|
| D | xfs_trace.h | 1800 __field(char, wasdel) 1819 __entry->wasdel = args->wasdel; 1841 __entry->wasdel,
|