Home
last modified time | relevance | path

Searched refs:VFS_NOMNTTAB (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h258 #define VFS_NOMNTTAB 0x02 /* vfs not seen in mnttab */ macro
/titanic_41/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c302 elemp->mnte_hidden = vfsp->vfs_flag & VFS_NOMNTTAB; in mntfs_populate_text()
638 if ((vfsp->vfs_flag & VFS_NOMNTTAB) == 0 || show_hidden) { in mntfs_snapshot()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c3263 newflag |= VFS_NOMNTTAB; in vfs_add()
3265 newflag &= ~VFS_NOMNTTAB; in vfs_add()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1905 if (stubvfsp->vfs_flag & VFS_NOMNTTAB) in nfs4_trigger_domount()