Home
last modified time | relevance | path

Searched refs:nr_exchanges (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.h89 unsigned long long nr_exchanges; member
Dxfs_exchmaps.c651 return howmany_64(req->nr_exchanges, in xfs_exchmaps_bmbt_blocks()
667 return howmany_64(req->nr_exchanges, in xfs_exchmaps_rmapbt_blocks()
1074 req->nr_exchanges++; in xfs_exchmaps_estimate()
/linux-6.12.1/fs/xfs/scrub/
Dtempfile.c583 req->nr_exchanges = 1 + tifp->if_nextents; in xrep_tempexch_estimate()
598 req->nr_exchanges = 1 + ifp->if_nextents; in xrep_tempexch_estimate()
613 req->nr_exchanges = 1; in xrep_tempexch_estimate()
/linux-6.12.1/fs/xfs/
Dxfs_trace.h5075 __field(unsigned long long, nr_exchanges)
5090 __entry->nr_exchanges = req->nr_exchanges;
5103 __entry->nr_exchanges)