Home
last modified time | relevance | path

Searched refs:VFS_CREATEOPT (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/uts/common/sys/
H A Dvfs.h148 #define VFS_CREATEOPT 0x08 /* Create the opt if it's not there */ macro
/onnv-gate/usr/src/uts/common/fs/
H A Dvfs.c2330 if (flags & VFS_CREATEOPT) { in vfs_setmntopt_nolock()
2332 flags &= ~VFS_CREATEOPT; in vfs_setmntopt_nolock()
2340 if ((flags & VFS_CREATEOPT) == 0) in vfs_setmntopt_nolock()
2580 setflg |= VFS_CREATEOPT; in vfs_parsemntopts()