Searched refs:tbno (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc.c | 1323 xfs_agblock_t tbno; /* start block of busy extent */ in xfs_alloc_ag_vextent_exact() local 1364 tbno = fbno; in xfs_alloc_ag_vextent_exact() 1367 &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact() 1373 if (tbno > args->agbno) in xfs_alloc_ag_vextent_exact() 1377 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 1970 xfs_extlen_t len, xfs_agblock_t tbno, xfs_extlen_t tlen), 1971 TP_ARGS(xg, agbno, len, tbno, tlen), 1978 __field(xfs_agblock_t, tbno) 1987 __entry->tbno = tbno; 1997 __entry->tbno,
|