Home
last modified time | relevance | path

Searched refs:VFS_NODISPLAY (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c176 vfs_setmntopt(vfsp, MNTOPT_DEVICES, NULL, VFS_NODISPLAY); in lo_mount()
349 VFS_NODISPLAY); in lo_mount()
353 VFS_NODISPLAY); in lo_mount()
357 VFS_NODISPLAY); in lo_mount()
367 VFS_NODISPLAY); in lo_mount()
372 VFS_NODISPLAY); in lo_mount()
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h149 #define VFS_NODISPLAY 0x04 /* Turn on MO_NODISPLAY bit for opt */ macro
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c2421 if (flags & VFS_NODISPLAY) in vfs_setmntopt_nolock()