Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_stats.h37 __XBTS_MAX = 15, enumerator
136 #define XFSSTAT_END_ABTB_V2 (XFSSTAT_END_BUF + __XBTS_MAX)
137 uint32_t xs_abtb_2[__XBTS_MAX];
138 #define XFSSTAT_END_ABTC_V2 (XFSSTAT_END_ABTB_V2 + __XBTS_MAX)
139 uint32_t xs_abtc_2[__XBTS_MAX];
140 #define XFSSTAT_END_BMBT_V2 (XFSSTAT_END_ABTC_V2 + __XBTS_MAX)
141 uint32_t xs_bmbt_2[__XBTS_MAX];
142 #define XFSSTAT_END_IBT_V2 (XFSSTAT_END_BMBT_V2 + __XBTS_MAX)
143 uint32_t xs_ibt_2[__XBTS_MAX];
144 #define XFSSTAT_END_FIBT_V2 (XFSSTAT_END_IBT_V2 + __XBTS_MAX)
[all …]