Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for O_NOATIME (0.15 sec)

  1. internal/ioutil/read_file_noatime_supported.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package ioutil
    
    import (
    	"os"
    )
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Aug 19 01:35:22 UTC 2021
    - 937 bytes
    - Viewed (0)
  2. cmd/xl-storage_noatime_supported.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package cmd
    
    import (
    	"os"
    )
    
    var (
    	// Disallow updating access times
    	readMode = os.O_RDONLY | 0x40000 // O_NOATIME
    
    	// Write with data sync only used only for `xl.meta` writes
    	writeMode = 0x1000 // O_DSYNC
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Aug 19 01:35:22 UTC 2021
    - 1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	O_DSYNC                          = 0x10
    	O_EXCL                           = 0x400
    	O_FSYNC                          = 0x4010
    	O_LARGEFILE                      = 0x0
    	O_NDELAY                         = 0x80
    	O_NOATIME                        = 0x40000
    	O_NOCTTY                         = 0x800
    	O_NOFOLLOW                       = 0x20000
    	O_NONBLOCK                       = 0x80
    	O_PATH                           = 0x200000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go

    	O_DSYNC                          = 0x1000
    	O_EXCL                           = 0x80
    	O_FSYNC                          = 0x101000
    	O_LARGEFILE                      = 0x10000
    	O_NDELAY                         = 0x800
    	O_NOATIME                        = 0x40000
    	O_NOCTTY                         = 0x100
    	O_NOFOLLOW                       = 0x8000
    	O_NONBLOCK                       = 0x800
    	O_PATH                           = 0x200000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	O_DSYNC                          = 0x1000
    	O_EXCL                           = 0x80
    	O_FSYNC                          = 0x101000
    	O_LARGEFILE                      = 0x8000
    	O_NDELAY                         = 0x800
    	O_NOATIME                        = 0x40000
    	O_NOCTTY                         = 0x100
    	O_NOFOLLOW                       = 0x20000
    	O_NONBLOCK                       = 0x800
    	O_PATH                           = 0x200000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

    	O_DSYNC                          = 0x1000
    	O_EXCL                           = 0x80
    	O_FSYNC                          = 0x101000
    	O_LARGEFILE                      = 0x20000
    	O_NDELAY                         = 0x800
    	O_NOATIME                        = 0x40000
    	O_NOCTTY                         = 0x100
    	O_NOFOLLOW                       = 0x8000
    	O_NONBLOCK                       = 0x800
    	O_PATH                           = 0x200000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go

    	O_DSYNC                          = 0x1000
    	O_EXCL                           = 0x80
    	O_FSYNC                          = 0x101000
    	O_LARGEFILE                      = 0x0
    	O_NDELAY                         = 0x800
    	O_NOATIME                        = 0x40000
    	O_NOCTTY                         = 0x100
    	O_NOFOLLOW                       = 0x20000
    	O_NONBLOCK                       = 0x800
    	O_PATH                           = 0x200000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	O_DSYNC                          = 0x1000
    	O_EXCL                           = 0x80
    	O_FSYNC                          = 0x101000
    	O_LARGEFILE                      = 0x0
    	O_NDELAY                         = 0x800
    	O_NOATIME                        = 0x40000
    	O_NOCTTY                         = 0x100
    	O_NOFOLLOW                       = 0x8000
    	O_NONBLOCK                       = 0x800
    	O_PATH                           = 0x200000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

    	O_DSYNC                          = 0x10
    	O_EXCL                           = 0x400
    	O_FSYNC                          = 0x4010
    	O_LARGEFILE                      = 0x2000
    	O_NDELAY                         = 0x80
    	O_NOATIME                        = 0x40000
    	O_NOCTTY                         = 0x800
    	O_NOFOLLOW                       = 0x20000
    	O_NONBLOCK                       = 0x80
    	O_PATH                           = 0x200000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	O_DSYNC                          = 0x1000
    	O_EXCL                           = 0x80
    	O_FSYNC                          = 0x101000
    	O_LARGEFILE                      = 0x0
    	O_NDELAY                         = 0x800
    	O_NOATIME                        = 0x40000
    	O_NOCTTY                         = 0x100
    	O_NOFOLLOW                       = 0x20000
    	O_NONBLOCK                       = 0x800
    	O_PATH                           = 0x200000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top