Searched refs:wasdel (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/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 | 1901 bool wasdel, in xfs_rtallocate_rtg() argument 1992 xfs_trans_mod_sb(tp, wasdel ? in xfs_rtallocate_rtg() 2015 bool wasdel, in xfs_rtallocate_rtgs() argument 2041 prod, wasdel, initial_user_data, &rtlocked, in xfs_rtallocate_rtgs() 2156 prod, ap->wasdel, initial_user_data, in xfs_bmap_rtalloc() 2160 prod, ap->wasdel, initial_user_data, in xfs_bmap_rtalloc()
|
| H A D | xfs_trace.h | 2096 __field(char, wasdel) 2115 __entry->wasdel = args->wasdel; 2137 __entry->wasdel,
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_bmap.c | 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() 3640 .wasdel = ap->wasdel, in xfs_bmap_btalloc() 3967 if (bma->cur && bma->wasdel) in xfs_bmapi_allocate() 3978 if (bma->wasdel) in xfs_bmapi_allocate() 4246 bma.wasdel = wasdelay; in xfs_bmapi_write() 4420 bma.wasdel = true; in xfs_bmapi_convert_one_delalloc() 5272 if (!wasdel) in __xfs_bunmapi() [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()
|