Home
last modified time | relevance | path

Searched refs:tbno (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_trace.h1442 xfs_agblock_t tbno, xfs_extlen_t tlen),
1443 TP_ARGS(mp, agno, agbno, len, tbno, tlen),
1449 __field(xfs_agblock_t, tbno)
1457 __entry->tbno = tbno;
1465 __entry->tbno,
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.c677 xfs_agblock_t tbno; /* start block of trimmed extent */ in xfs_alloc_ag_vextent_exact() local
713 xfs_extent_busy_trim(args, fbno, flen, &tbno, &tlen); in xfs_alloc_ag_vextent_exact()
719 if (tbno > args->agbno) in xfs_alloc_ag_vextent_exact()
723 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()