Searched refs:wasdel (Results 1 – 8 of 8) sorted by relevance
/fs/xfs/ |
D | xfs_alloc.h | 118 char wasdel; /* set if allocation was prev delayed */ member
|
D | xfs_bmap.c | 1021 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree() argument 1069 cur->bc_private.b.flags = wasdel ? XFS_BTCUR_BPRV_WASDEL : 0; in xfs_bmap_extents_to_btree() 1089 args.wasdel = wasdel; in xfs_bmap_extents_to_btree() 3876 &ralen, atype, ap->wasdel, prod, &rtb))) in xfs_bmap_rtalloc() 3881 ap->wasdel, 1, &rtb))) in xfs_bmap_rtalloc() 3890 if (ap->wasdel) in xfs_bmap_rtalloc() 3897 ap->wasdel ? XFS_TRANS_DQ_DELRTBCOUNT : in xfs_bmap_rtalloc() 4164 args.wasdel = ap->wasdel; in xfs_bmap_btalloc() 4231 if (ap->wasdel) in xfs_bmap_btalloc() 4238 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT : in xfs_bmap_btalloc() [all …]
|
D | xfs_rtalloc.h | 91 int wasdel, /* was a delayed allocation extent */
|
D | xfs_bmap.h | 134 char wasdel; /* replacing a delayed allocation */ member
|
D | xfs_bmap_btree.c | 557 args.wasdel = cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL; in xfs_bmbt_alloc_block() 558 if (!args.wasdel && xfs_trans_get_block_res(args.tp) == 0) { in xfs_bmbt_alloc_block()
|
D | xfs_trace.h | 1386 __field(char, wasdel) 1407 __entry->wasdel = args->wasdel; 1431 __entry->wasdel,
|
D | xfs_rtalloc.c | 2062 int wasdel, /* was a delayed allocation extent */ in xfs_rtallocate_extent() argument 2122 if (wasdel) in xfs_rtallocate_extent()
|
D | xfs_alloc.c | 629 xfs_trans_mod_sb(args->tp, args->wasdel ? in xfs_alloc_ag_vextent()
|