Searched refs:wasdel (Results 1 – 7 of 7) sorted by relevance
54 char wasdel; /* set if allocation was prev delayed */ member
223 args.wasdel = cur->bc_flags & XFS_BTREE_BMBT_WASDEL; in xfs_bmbt_alloc_block()224 if (!args.wasdel && args.tp->t_blk_res == 0) in xfs_bmbt_alloc_block()
672 if (wasdel) in xfs_bmap_extents_to_btree()684 args.wasdel = wasdel; in xfs_bmap_extents_to_btree()3372 if (ap->wasdel) { in xfs_bmap_alloc_account()3395 if (ap->wasdel) { in xfs_bmap_alloc_account()3749 .wasdel = ap->wasdel, in xfs_bmap_btalloc()4214 if (bma->cur && bma->wasdel) in xfs_bmapi_allocate()4225 if (bma->wasdel) in xfs_bmapi_allocate()4493 bma.wasdel = wasdelay; in xfs_bmapi_write()4666 bma.wasdel = true; in xfs_bmapi_convert_one_delalloc()5475 if (!wasdel) in __xfs_bunmapi()[all …]
359 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()
39 bool wasdel; /* replacing a delayed allocation */ member
1270 bool wasdel, in xfs_rtallocate() argument1328 xfs_trans_mod_sb(tp, wasdel ? in xfs_rtallocate()1434 ap->wasdel, initial_user_data, &rtlocked, in xfs_bmap_rtalloc()
1811 __field(char, wasdel)1830 __entry->wasdel = args->wasdel;1852 __entry->wasdel,
Completed in 31 milliseconds