Searched refs:wasdel (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_alloc.h | 83 char wasdel; /* set if allocation was prev delayed */ member
|
D | xfs_rtalloc.h | 107 int wasdel, /* was a delayed allocation extent */
|
D | xfs_bmap.h | 118 char wasdel; /* replacing a delayed allocation */ member
|
D | xfs_bmap.c | 257 int wasdel, /* converting a delayed alloc */ 2481 &ralen, atype, ap->wasdel, prod, &rtb))) in xfs_bmap_alloc() 2486 ap->wasdel, 1, &rtb))) in xfs_bmap_alloc() 2495 if (ap->wasdel) in xfs_bmap_alloc() 2502 ap->wasdel ? XFS_TRANS_DQ_DELRTBCOUNT : in xfs_bmap_alloc() 2661 args.wasdel = ap->wasdel; in xfs_bmap_alloc() 2715 if (ap->wasdel) in xfs_bmap_alloc() 2722 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT : in xfs_bmap_alloc() 3174 int wasdel, /* converting a delayed alloc */ in xfs_bmap_extents_to_btree() argument 3219 cur->bc_private.b.flags = wasdel ? XFS_BTCUR_BPRV_WASDEL : 0; in xfs_bmap_extents_to_btree() [all …]
|
D | xfs_alloc.c | 458 (void *)(__psint_t)((args->wasdel << 3) | in xfs_alloc_trace_alloc() 630 args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS : in xfs_alloc_ag_vextent() 1949 targs.mod = targs.minleft = targs.wasdel = targs.userdata = in xfs_alloc_fix_freelist()
|
D | xfs_bmap_btree.c | 1598 args.wasdel = cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL; in xfs_bmbt_split() 1599 if (!args.wasdel && xfs_trans_get_block_res(args.tp) == 0) { in xfs_bmbt_split() 2388 args.wasdel = cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL; in xfs_bmbt_newroot() 2398 } else if (args.wasdel) in xfs_bmbt_newroot()
|
D | xfs_rtalloc.c | 2149 int wasdel, /* was a delayed allocation extent */ in xfs_rtallocate_extent() argument 2214 if (wasdel) in xfs_rtallocate_extent()
|
D | xfs_ialloc_btree.c | 1231 args.mod = args.minleft = args.alignment = args.total = args.wasdel = in xfs_inobt_newroot() 1512 args.mod = args.minleft = args.alignment = args.total = args.wasdel = in xfs_inobt_split()
|
D | xfs_ialloc.c | 204 args.mod = args.total = args.wasdel = args.isfl = args.userdata = in xfs_ialloc_ag_alloc()
|