Home
last modified time | relevance | path

Searched defs:xfsstats (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_stats.h41 struct xfsstats { struct
43 __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 …]
Dxfs_stats.c36 struct xfsstats xfsstats; variable