Lines Matching refs:wasdel
649 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()
4417 bma.wasdel = wasdelay; in xfs_bmapi_write()
4556 bma.wasdel = true; in xfs_bmapi_convert_delalloc()
5275 int wasdel; /* was a delayed alloc extent */ in __xfs_bunmapi() local
5369 wasdel = isnullstartblock(del.br_startblock); in __xfs_bunmapi()
5375 if (!wasdel && !isrt) { in __xfs_bunmapi()
5384 if (!wasdel) in __xfs_bunmapi()
5393 if (!wasdel) in __xfs_bunmapi()
5520 if (wasdel) { in __xfs_bunmapi()