Searched refs:wasdel (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_bmap_util.h | 54 bool wasdel; /* replacing a delayed allocation */ member
|
D | xfs_rtalloc.h | 44 int wasdel, /* was a delayed allocation extent */
|
D | xfs_bmap_util.c | 222 &ralen, atype, ap->wasdel, prod, &rtb))) in xfs_bmap_rtalloc() 227 ap->wasdel, 1, &rtb))) in xfs_bmap_rtalloc() 236 if (ap->wasdel) in xfs_bmap_rtalloc() 243 ap->wasdel ? XFS_TRANS_DQ_DELRTBCOUNT : in xfs_bmap_rtalloc()
|
D | xfs_rtalloc.c | 1108 int wasdel, /* was a delayed allocation extent */ in xfs_rtallocate_extent() argument 1168 if (wasdel) in xfs_rtallocate_extent()
|
D | xfs_trace.h | 1538 __field(char, wasdel) 1559 __entry->wasdel = args->wasdel; 1583 __entry->wasdel,
|
/fs/xfs/libxfs/ |
D | xfs_alloc.h | 118 char wasdel; /* set if allocation was prev delayed */ member
|
D | xfs_bmap.c | 753 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree() argument 801 cur->bc_private.b.flags = wasdel ? XFS_BTCUR_BPRV_WASDEL : 0; in xfs_bmap_extents_to_btree() 821 args.wasdel = wasdel; in xfs_bmap_extents_to_btree() 3822 args.wasdel = ap->wasdel; in xfs_bmap_btalloc() 3889 if (ap->wasdel) in xfs_bmap_btalloc() 3896 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT : in xfs_bmap_btalloc() 4319 if (bma->wasdel) { in xfs_bmapi_allocate() 4378 bma->wasdel ? XFS_BTCUR_BPRV_WASDEL : 0; in xfs_bmapi_allocate() 4389 if (!bma->wasdel && (bma->flags & XFS_BMAPI_PREALLOC) && in xfs_bmapi_allocate() 4393 if (bma->wasdel) in xfs_bmapi_allocate() [all …]
|
D | xfs_bmap_btree.c | 474 args.wasdel = cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL; in xfs_bmbt_alloc_block() 475 if (!args.wasdel && xfs_trans_get_block_res(args.tp) == 0) { in xfs_bmbt_alloc_block()
|
D | xfs_alloc.c | 631 xfs_trans_mod_sb(args->tp, args->wasdel ? in xfs_alloc_ag_vextent()
|