Searched refs:tbno (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 1191 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 D | xfs_trace.h | 1653 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 D | translate.c | 2558 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()
|