Searched defs:vfs_drt_clustermap (Results 1 – 1 of 1) sorted by relevance
7719 struct vfs_drt_clustermap { struct7720 u_int32_t scm_magic; /* sanity/detection */7722 u_int32_t scm_modulus; /* current ring size */7723 u_int32_t scm_buckets; /* number of occupied buckets */7724 u_int32_t scm_lastclean; /* last entry we cleaned */7725 u_int32_t scm_iskips; /* number of slot skips */7727 struct vfs_drt_hashentry scm_hashtable[0];