Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_bmap.c661 args.wasdel = wasdel; in xfs_bmap_extents_to_btree()
3334 if (ap->wasdel) { in xfs_bmap_btalloc_accounting()
3356 if (ap->wasdel) { in xfs_bmap_btalloc_accounting()
3503 args.wasdel = ap->wasdel; in xfs_bmap_exact_minlen_extent_alloc()
3664 args.wasdel = ap->wasdel; in xfs_bmap_btalloc()
4101 if (bma->wasdel) { in xfs_bmapi_allocate()
4156 if (bma->wasdel) in xfs_bmapi_allocate()
4561 bma.wasdel = true; in xfs_bmapi_convert_delalloc()
5397 if (!wasdel) in __xfs_bunmapi()
5406 if (!wasdel) in __xfs_bunmapi()
[all …]
A Dxfs_alloc.h74 char wasdel; /* set if allocation was prev delayed */ member
A Dxfs_bmap.h38 bool wasdel; /* replacing a delayed allocation */ member
A Dxfs_bmap_btree.c235 args.wasdel = cur->bc_ino.flags & XFS_BTCUR_BMBT_WASDEL; in xfs_bmbt_alloc_block()
236 if (!args.wasdel && args.tp->t_blk_res == 0) { in xfs_bmbt_alloc_block()
A Dxfs_ag_resv.c371 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()
/linux/fs/xfs/
A Dxfs_rtalloc.h46 int wasdel, /* was a delayed allocation extent */
A Dxfs_bmap_util.c170 &ralen, ap->wasdel, prod, &rtb); in xfs_bmap_rtalloc()
179 if (ap->wasdel) in xfs_bmap_rtalloc()
186 ap->wasdel ? XFS_TRANS_DQ_DELRTBCOUNT : in xfs_bmap_rtalloc()
A Dxfs_rtalloc.c1178 int wasdel, /* was a delayed allocation extent */ in xfs_rtallocate_extent() argument
1227 if (wasdel) in xfs_rtallocate_extent()
A Dxfs_trace.h1806 __field(char, wasdel)
1827 __entry->wasdel = args->wasdel;
1851 __entry->wasdel,

Completed in 25 milliseconds