Searched refs:tbno (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_alloc.c | 887 xfs_agblock_t tbno; /* start block of busy extent */ in xfs_alloc_ag_vextent_exact() local 924 tbno = fbno; in xfs_alloc_ag_vextent_exact() 926 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact() 932 if (tbno > args->agbno) in xfs_alloc_ag_vextent_exact() 936 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_trace.h | 1440 xfs_agblock_t tbno, xfs_extlen_t tlen), 1441 TP_ARGS(mp, agno, agbno, len, tbno, tlen), 1447 __field(xfs_agblock_t, tbno) 1455 __entry->tbno = tbno; 1463 __entry->tbno,
|