Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c1267 if (flags & VFS_CREATEOPT) { in vfs_setmntopt_nolock()
1269 flags &= ~VFS_CREATEOPT; in vfs_setmntopt_nolock()
1277 if ((flags & VFS_CREATEOPT) == 0) in vfs_setmntopt_nolock()
1378 setflg |= VFS_CREATEOPT; in vfs_parsemntopts()
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h144 #define VFS_CREATEOPT 0x08 /* Create the opt if it's not there */ macro
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2356 if (flags & VFS_CREATEOPT) { in vfs_setmntopt_nolock()
2358 flags &= ~VFS_CREATEOPT; in vfs_setmntopt_nolock()
2366 if ((flags & VFS_CREATEOPT) == 0) in vfs_setmntopt_nolock()
2606 setflg |= VFS_CREATEOPT; in vfs_parsemntopts()