Searched refs:tbno (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_alloc.c | 789 xfs_agblock_t tbno; /* start block of busy extent */ in xfs_alloc_ag_vextent_exact() local 826 tbno = fbno; in xfs_alloc_ag_vextent_exact() 828 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact() 834 if (tbno > args->agbno) in xfs_alloc_ag_vextent_exact() 838 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_trace.h | 1422 xfs_agblock_t tbno, xfs_extlen_t tlen), 1423 TP_ARGS(mp, agno, agbno, len, tbno, tlen), 1429 __field(xfs_agblock_t, tbno) 1437 __entry->tbno = tbno; 1445 __entry->tbno,
|