Home
last modified time | relevance | path

Searched refs:tbno (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_alloc.c1209 xfs_agblock_t tbno; /* start block of busy extent */ in xfs_alloc_ag_vextent_exact() local
1249 tbno = fbno; in xfs_alloc_ag_vextent_exact()
1251 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact()
1257 if (tbno > args->agbno) in xfs_alloc_ag_vextent_exact()
1261 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trace.h1521 xfs_agblock_t tbno, xfs_extlen_t tlen),
1522 TP_ARGS(mp, agno, agbno, len, tbno, tlen),
1528 __field(xfs_agblock_t, tbno)
1536 __entry->tbno = tbno;
1539 TP_printk("dev %d:%d agno %u agbno %u len %u tbno %u tlen %u",
1544 __entry->tbno,
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trace.h1658 xfs_agblock_t tbno, xfs_extlen_t tlen),
1659 TP_ARGS(mp, agno, agbno, len, tbno, tlen),
1665 __field(xfs_agblock_t, tbno)
1673 __entry->tbno = tbno;
1681 __entry->tbno,

Completed in 22 milliseconds