Searched refs:VFS_CREATEOPT (Results 1 – 2 of 2) sorted by relevance
142 #define VFS_CREATEOPT 0x08 /* Create the opt if it's not there */ macro
2398 if (flags & VFS_CREATEOPT) { in vfs_setmntopt_nolock()2400 flags &= ~VFS_CREATEOPT; in vfs_setmntopt_nolock()2408 if ((flags & VFS_CREATEOPT) == 0) in vfs_setmntopt_nolock()2648 setflg |= VFS_CREATEOPT; in vfs_parsemntopts()