github.com/hanwen/go-fuse@v1.0.0/fuse/constants_linux.go (about)

     1  // Copyright 2016 the Go-FUSE Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package fuse
     6  
     7  import (
     8  	"syscall"
     9  )
    10  
    11  const syscall_O_LARGEFILE = syscall.O_LARGEFILE
    12  const syscall_O_NOATIME = syscall.O_NOATIME