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

/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h54 char wasdel; /* set if allocation was prev delayed */ member in struct:xfs_alloc_arg
H A Dxfs_ag_resv.c371 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS :
H A Dxfs_bmap.h39 bool wasdel; /* replacing a delayed allocation */ member in struct:xfs_bmalloca
H A Dxfs_bmap.c632 int wasdel, /* converting a delayed alloc */
671 if (wasdel)
683 args.wasdel = wasdel;
3372 if (ap->wasdel) {
3395 if (ap->wasdel) {
3524 args.wasdel = ap->wasdel;
3784 .wasdel = ap->wasdel,
628 xfs_bmap_extents_to_btree( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_btree_cur **curp, int wasdel, int *logflagsp, int whichfork) argument
5369 int wasdel; /* was a delayed alloc extent */ local
[all...]
H A Dxfs_bmap_btree.c223 args.wasdel = cur->bc_flags & XFS_BTREE_BMBT_WASDEL;
224 if (!args.wasdel && args.tp->t_blk_res == 0)
/linux-master/fs/xfs/
H A Dxfs_rtalloc.c1461 xfs_trans_mod_sb(ap->tp, ap->wasdel ?
H A Dxfs_trace.h1805 __field(char, wasdel)
1824 __entry->wasdel = args->wasdel;
1832 "len %u wasdel %d wasfromfl %d resv %d "
1846 __entry->wasdel,

Completed in 145 milliseconds