Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h149 #define VFS_CREATEOPT 0x08 /* Create the opt if it's not there */ macro
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c2410 if (flags & VFS_CREATEOPT) { in vfs_setmntopt_nolock()
2412 flags &= ~VFS_CREATEOPT; in vfs_setmntopt_nolock()
2420 if ((flags & VFS_CREATEOPT) == 0) in vfs_setmntopt_nolock()
2660 setflg |= VFS_CREATEOPT; in vfs_parsemntopts()