Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.h118 char wasdel; /* set if allocation was prev delayed */ member
Dxfs_bmap.h54 bool wasdel; /* replacing a delayed allocation */ member
Dxfs_bmap.c724 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree() argument
772 cur->bc_private.b.flags = wasdel ? XFS_BTCUR_BPRV_WASDEL : 0; in xfs_bmap_extents_to_btree()
792 args.wasdel = wasdel; in xfs_bmap_extents_to_btree()
3802 args.wasdel = ap->wasdel; in xfs_bmap_btalloc()
3869 if (ap->wasdel) in xfs_bmap_btalloc()
3876 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT : in xfs_bmap_btalloc()
4289 if (bma->wasdel) { in xfs_bmapi_allocate()
4348 bma->wasdel ? XFS_BTCUR_BPRV_WASDEL : 0; in xfs_bmapi_allocate()
4359 if (!bma->wasdel && (bma->flags & XFS_BMAPI_PREALLOC) && in xfs_bmapi_allocate()
4363 if (bma->wasdel) in xfs_bmapi_allocate()
[all …]
Dxfs_bmap_btree.c471 args.wasdel = cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL; in xfs_bmbt_alloc_block()
472 if (!args.wasdel && xfs_trans_get_block_res(args.tp) == 0) { in xfs_bmbt_alloc_block()
Dxfs_alloc.c634 xfs_trans_mod_sb(args->tp, args->wasdel ? in xfs_alloc_ag_vextent()
/linux-4.1.27/fs/xfs/
Dxfs_rtalloc.h44 int wasdel, /* was a delayed allocation extent */
Dxfs_bmap_util.c219 &ralen, atype, ap->wasdel, prod, &rtb))) in xfs_bmap_rtalloc()
224 ap->wasdel, 1, &rtb))) in xfs_bmap_rtalloc()
233 if (ap->wasdel) in xfs_bmap_rtalloc()
240 ap->wasdel ? XFS_TRANS_DQ_DELRTBCOUNT : in xfs_bmap_rtalloc()
Dxfs_rtalloc.c1105 int wasdel, /* was a delayed allocation extent */ in xfs_rtallocate_extent() argument
1165 if (wasdel) in xfs_rtallocate_extent()
Dxfs_trace.h1547 __field(char, wasdel)
1568 __entry->wasdel = args->wasdel;
1592 __entry->wasdel,