Searched refs:tbno (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 1325 xfs_agblock_t tbno; /* start block of busy extent */ in xfs_alloc_ag_vextent_exact() local 1366 tbno = fbno; in xfs_alloc_ag_vextent_exact() 1369 &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact() 1375 if (tbno > args->agbno) in xfs_alloc_ag_vextent_exact() 1379 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 1726 xfs_extlen_t len, xfs_agblock_t tbno, xfs_extlen_t tlen), 1727 TP_ARGS(xg, agbno, len, tbno, tlen), 1734 __field(xfs_agblock_t, tbno) 1743 __entry->tbno = tbno; 1753 __entry->tbno,
|