MNT_SHOWHIDDEN
if (mnp->mnt_flags & MNT_SHOWHIDDEN) {
mnp->mnt_flags |= MNT_SHOWHIDDEN;
int show_hidden = mnp->mnt_flags & MNT_SHOWHIDDEN;