Searched refs:wasdel (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | xfs_rtalloc.h | 91 int wasdel, /* was a delayed allocation extent */
|
D | xfs_alloc.h | 119 char wasdel; /* set if allocation was prev delayed */ member
|
D | xfs_bmap.c | 135 int wasdel, /* converting a delayed alloc */ 2242 &ralen, atype, ap->wasdel, prod, &rtb))) in xfs_bmap_rtalloc() 2247 ap->wasdel, 1, &rtb))) in xfs_bmap_rtalloc() 2256 if (ap->wasdel) in xfs_bmap_rtalloc() 2263 ap->wasdel ? XFS_TRANS_DQ_DELRTBCOUNT : in xfs_bmap_rtalloc() 2529 args.wasdel = ap->wasdel; in xfs_bmap_btalloc() 2596 if (ap->wasdel) in xfs_bmap_btalloc() 2603 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT : in xfs_bmap_btalloc() 3036 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree() argument 3081 cur->bc_private.b.flags = wasdel ? XFS_BTCUR_BPRV_WASDEL : 0; in xfs_bmap_extents_to_btree() [all …]
|
D | xfs_bmap.h | 132 char wasdel; /* replacing a delayed allocation */ member
|
D | xfs_bmap_btree.c | 543 args.wasdel = cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL; in xfs_bmbt_alloc_block() 544 if (!args.wasdel && xfs_trans_get_block_res(args.tp) == 0) { in xfs_bmbt_alloc_block()
|
D | xfs_trace.h | 1339 __field(char, wasdel) 1360 __entry->wasdel = args->wasdel; 1384 __entry->wasdel,
|
D | xfs_ialloc.c | 280 args.mod = args.total = args.wasdel = args.isfl = in xfs_ialloc_ag_alloc() 334 args.mod = args.total = args.wasdel = args.isfl = in xfs_ialloc_ag_alloc()
|
D | xfs_rtalloc.c | 2058 int wasdel, /* was a delayed allocation extent */ in xfs_rtallocate_extent() argument 2118 if (wasdel) in xfs_rtallocate_extent()
|
D | xfs_alloc.c | 544 xfs_trans_mod_sb(args->tp, args->wasdel ? in xfs_alloc_ag_vextent() 1874 targs.mod = targs.minleft = targs.wasdel = targs.userdata = in xfs_alloc_fix_freelist()
|