baseflags         289 source3/modules/vfs_streams_xattr.c 	int baseflags;
baseflags         324 source3/modules/vfs_streams_xattr.c         baseflags = flags;
baseflags         325 source3/modules/vfs_streams_xattr.c         baseflags &= ~O_TRUNC;
baseflags         326 source3/modules/vfs_streams_xattr.c         baseflags &= ~O_EXCL;
baseflags         327 source3/modules/vfs_streams_xattr.c         baseflags &= ~O_CREAT;
baseflags         329 source3/modules/vfs_streams_xattr.c         hostfd = SMB_VFS_OPEN(handle->conn, base, fsp, baseflags, mode);
baseflags         335 source3/modules/vfs_streams_xattr.c                 baseflags &= ~O_ACCMODE;
baseflags         336 source3/modules/vfs_streams_xattr.c                 baseflags |= O_RDONLY;
baseflags         337 source3/modules/vfs_streams_xattr.c                 hostfd = SMB_VFS_OPEN(handle->conn, fname, fsp, baseflags,