Searched refs:MNT_SHOWHIDDEN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dmntdata.h104 #define MNT_SHOWHIDDEN 0x1 /* Include MS_NOMNTTAB mounts in snapshots. */ macro
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c496 * are considered invisible unless the user has already set the MNT_SHOWHIDDEN
505 int show_hidden = mnp->mnt_flags & MNT_SHOWHIDDEN;
1027 if (mnp->mnt_flags & MNT_SHOWHIDDEN) {
1600 mnp->mnt_flags |= MNT_SHOWHIDDEN;

Completed in 47 milliseconds