Searched refs:wasdel (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_rtalloc.h | 77 bool wasdel, bool initial_user_data, xfs_rtblock_t *bno,
|
H A D | xfs_rtalloc.c | 1896 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 D | xfs_trace.h | 2188 __field(char, wasdel) 2207 __entry->wasdel = args->wasdel; 2229 __entry->wasdel,
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 632 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 D | xfs_alloc.h | 54 char wasdel; /* set if allocation was prev delayed */ member
|
H A D | xfs_ag_resv.c | 361 field = args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_ag_resv_alloc_extent()
|
H A D | xfs_bmap.h | 39 bool wasdel; /* replacing a delayed allocation */ member
|
H A D | xfs_bmap_btree.c | 223 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()
|