Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_rtalloc.h77 bool wasdel, bool initial_user_data, xfs_rtblock_t *bno,
H A Dxfs_rtalloc.c1896 bool wasdel, in xfs_rtallocate_rtg() argument
1987 xfs_trans_mod_sb(tp, wasdel ? in xfs_rtallocate_rtg()
2010 bool wasdel, in xfs_rtallocate_rtgs() argument
2036 prod, wasdel, initial_user_data, &rtlocked, in xfs_rtallocate_rtgs()
2151 prod, ap->wasdel, initial_user_data, in xfs_bmap_rtalloc()
2155 prod, ap->wasdel, initial_user_data, in xfs_bmap_rtalloc()
H A Dxfs_trace.h2188 __field(char, wasdel)
2207 __entry->wasdel = args->wasdel;
2229 __entry->wasdel,
/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c632 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree() argument
670 if (wasdel) in xfs_bmap_extents_to_btree()
682 args.wasdel = wasdel; in xfs_bmap_extents_to_btree()
3262 if (ap->wasdel) { in xfs_bmap_alloc_account()
3285 if (ap->wasdel) { in xfs_bmap_alloc_account()
3645 .wasdel = ap->wasdel, in xfs_bmap_btalloc()
3972 if (bma->cur && bma->wasdel) in xfs_bmapi_allocate()
3983 if (bma->wasdel) in xfs_bmapi_allocate()
5199 int wasdel; /* was a delayed alloc extent */ __xfs_bunmapi() local
[all...]
H A Dxfs_alloc.h54 char wasdel; /* set if allocation was prev delayed */ member
H A Dxfs_ag_resv.c361 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()
H A Dxfs_bmap.h39 bool wasdel; /* replacing a delayed allocation */ member
H 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()