Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_rtalloc.h82 bool wasdel, bool initial_user_data, xfs_rtblock_t *bno,
H A Dxfs_rtalloc.c1857 bool wasdel, in xfs_rtallocate_rtg() argument
1948 xfs_trans_mod_sb(tp, wasdel ? in xfs_rtallocate_rtg()
1971 bool wasdel, in xfs_rtallocate_rtgs() argument
1997 prod, wasdel, initial_user_data, &rtlocked, in xfs_rtallocate_rtgs()
2110 prod, ap->wasdel, initial_user_data, in xfs_bmap_rtalloc()
2114 prod, ap->wasdel, initial_user_data, in xfs_bmap_rtalloc()
H A Dxfs_trace.h1944 __field(char, wasdel)
1963 __entry->wasdel = args->wasdel;
1985 __entry->wasdel,
/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h54 char wasdel; /* set if allocation was prev delayed */ member
H A Dxfs_bmap.c634 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree() argument
672 if (wasdel) in xfs_bmap_extents_to_btree()
684 args.wasdel = wasdel; in xfs_bmap_extents_to_btree()
3404 if (ap->wasdel) { in xfs_bmap_alloc_account()
3427 if (ap->wasdel) { in xfs_bmap_alloc_account()
3782 .wasdel = ap->wasdel, in xfs_bmap_btalloc()
4247 if (bma->cur && bma->wasdel) in xfs_bmapi_allocate()
4258 if (bma->wasdel) in xfs_bmapi_allocate()
4526 bma.wasdel = wasdelay; in xfs_bmapi_write()
4700 bma.wasdel = true; in xfs_bmapi_convert_one_delalloc()
[all …]
H A Dxfs_ag_resv.c361 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()
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()