Searched refs:wasdel (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_rtalloc.h | 82 bool wasdel, bool initial_user_data, xfs_rtblock_t *bno,
|
H A D | xfs_rtalloc.c | 1857 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 D | xfs_trace.h | 1944 __field(char, wasdel) 1963 __entry->wasdel = args->wasdel; 1985 __entry->wasdel,
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc.h | 54 char wasdel; /* set if allocation was prev delayed */ member
|
H A D | xfs_bmap.c | 634 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 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_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()
|