Home
last modified time | relevance | path

Searched refs:tbno (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.c1191 xfs_agblock_t tbno; /* start block of busy extent */ in xfs_alloc_ag_vextent_exact() local
1231 tbno = fbno; in xfs_alloc_ag_vextent_exact()
1233 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact()
1239 if (tbno > args->agbno) in xfs_alloc_ag_vextent_exact()
1243 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()
/openbmc/linux/fs/xfs/
H A Dxfs_trace.h1653 xfs_agblock_t tbno, xfs_extlen_t tlen),
1654 TP_ARGS(mp, agno, agbno, len, tbno, tlen),
1660 __field(xfs_agblock_t, tbno)
1668 __entry->tbno = tbno;
1676 __entry->tbno,
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c2558 static void gen_jmp_tb(DisasContext *s, target_long diff, int tbno) in gen_jmp_tb() argument
2579 gen_goto_tb(s, tbno, diff); in gen_jmp_tb()