Searched defs:xfsstats (Results 1 – 2 of 2) sorted by relevance
41 struct xfsstats { struct43 __uint32_t xs_allocx;44 __uint32_t xs_allocb;45 __uint32_t xs_freex;46 __uint32_t xs_freeb;48 __uint32_t xs_abt_lookup;49 __uint32_t xs_abt_compare;50 __uint32_t xs_abt_insrec;51 __uint32_t xs_abt_delrec;53 __uint32_t xs_blk_mapr;[all …]
36 struct xfsstats xfsstats; variable