Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_alloc.h54 char wasdel; /* set if allocation was prev delayed */ member
A Dxfs_bmap_btree.c223 args.wasdel = cur->bc_flags & XFS_BTREE_BMBT_WASDEL; in xfs_bmbt_alloc_block()
224 if (!args.wasdel && args.tp->t_blk_res == 0) in xfs_bmbt_alloc_block()
A Dxfs_bmap.c672 if (wasdel) in xfs_bmap_extents_to_btree()
684 args.wasdel = wasdel; in xfs_bmap_extents_to_btree()
3372 if (ap->wasdel) { in xfs_bmap_alloc_account()
3395 if (ap->wasdel) { in xfs_bmap_alloc_account()
3749 .wasdel = ap->wasdel, in xfs_bmap_btalloc()
4214 if (bma->cur && bma->wasdel) in xfs_bmapi_allocate()
4225 if (bma->wasdel) in xfs_bmapi_allocate()
4493 bma.wasdel = wasdelay; in xfs_bmapi_write()
4666 bma.wasdel = true; in xfs_bmapi_convert_one_delalloc()
5475 if (!wasdel) in __xfs_bunmapi()
[all …]
A Dxfs_ag_resv.c359 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()
A Dxfs_bmap.h39 bool wasdel; /* replacing a delayed allocation */ member
/linux/fs/xfs/
A Dxfs_rtalloc.c1270 bool wasdel, in xfs_rtallocate() argument
1328 xfs_trans_mod_sb(tp, wasdel ? in xfs_rtallocate()
1434 ap->wasdel, initial_user_data, &rtlocked, in xfs_bmap_rtalloc()
A Dxfs_trace.h1811 __field(char, wasdel)
1830 __entry->wasdel = args->wasdel;
1852 __entry->wasdel,

Completed in 31 milliseconds