Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_trace.h1392 xfs_agblock_t tbno, xfs_extlen_t tlen),
1393 TP_ARGS(mp, agno, agbno, len, tbno, tlen),
1399 __field(xfs_agblock_t, tbno)
1407 __entry->tbno = tbno;
1415 __entry->tbno,
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c660 xfs_agblock_t tbno; /* start block of trimmed extent */ in xfs_alloc_ag_vextent_exact() local
696 xfs_extent_busy_trim(args, fbno, flen, &tbno, &tlen); in xfs_alloc_ag_vextent_exact()
702 if (tbno > args->agbno) in xfs_alloc_ag_vextent_exact()
706 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()