Searched defs:tbno (Results 1 - 1 of 1) sorted by relevance

/fs/xfs/libxfs/
H A Dxfs_alloc.c656 xfs_agblock_t tbno; /* start block of trimmed extent */ local
692 xfs_extent_busy_trim(args, fbno, flen, &tbno, &tlen);
698 if (tbno > args->agbno)
702 tend = tbno + tlen;

Completed in 6 milliseconds