Searched refs:wasdel (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc.h100 char wasdel; /* set if allocation was prev delayed */ member in struct:xfs_alloc_arg
H A Dxfs_rtalloc.h91 int wasdel, /* was a delayed allocation extent */
H A Dxfs_bmap.h127 char wasdel; /* replacing a delayed allocation */ member in struct:xfs_bmalloca
H A Dxfs_bmap.c219 int wasdel, /* converting a delayed alloc */
2373 &ralen, atype, ap->wasdel, prod, &rtb)))
2378 ap->wasdel, 1, &rtb)))
2387 if (ap->wasdel)
2394 ap->wasdel ? XFS_TRANS_DQ_DELRTBCOUNT :
2656 args.wasdel = ap->wasdel;
2710 if (ap->wasdel)
2717 ap->wasdel ? XFS_TRANS_DQ_DELBCOUNT :
3151 int wasdel, /* convertin
3145 xfs_bmap_extents_to_btree( xfs_trans_t *tp, xfs_inode_t *ip, xfs_fsblock_t *firstblock, xfs_bmap_free_t *flist, xfs_btree_cur_t **curp, int wasdel, int *logflagsp, int whichfork) argument
4982 int wasdel; /* was a delayed alloc extent */ local
[all...]
H A Dxfs_bmap_btree.c544 args.wasdel = cur->bc_private.b.flags & XFS_BTCUR_BPRV_WASDEL;
545 if (!args.wasdel && xfs_trans_get_block_res(args.tp) == 0) {
H A Dxfs_ialloc.c273 args.mod = args.total = args.wasdel = args.isfl =
327 args.mod = args.total = args.wasdel = args.isfl =
H A Dxfs_rtalloc.c2073 int wasdel, /* was a delayed allocation extent */
2137 if (wasdel)
2066 xfs_rtallocate_extent( xfs_trans_t *tp, xfs_rtblock_t bno, xfs_extlen_t minlen, xfs_extlen_t maxlen, xfs_extlen_t *len, xfs_alloctype_t type, int wasdel, xfs_extlen_t prod, xfs_rtblock_t *rtblock) argument
H A Dxfs_alloc.c549 args->wasdel ? XFS_TRANS_SB_RES_FDBLOCKS :
1879 targs.mod = targs.minleft = targs.wasdel = targs.userdata =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h1367 __field(char, wasdel)
1388 __entry->wasdel = args->wasdel;
1396 "len %u type %s otype %s wasdel %d wasfromfl %d isfl %d "
1412 __entry->wasdel,

Completed in 105 milliseconds