h_get
extern const void *h_get(const HASHSET h, void *key);
return (h_get(mntlist, &m) != NULL);
if ((m = (struct mntentry *)h_get(mntlist, &mm)) != NULL) {