Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for F_fsid (0.1 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const F_FSDIRMASK = 1879048192
    pkg syscall (netbsd-arm64-cgo), const F_FSDIRMASK ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_FSIN = 268435456
    pkg syscall (netbsd-arm64-cgo), const F_FSIN ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_FSINOUT = 805306368
    pkg syscall (netbsd-arm64-cgo), const F_FSINOUT ideal-int
    pkg syscall (netbsd-arm64-cgo), const F_FSOUT = 536870912
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), type Flock_t struct, Type int16
    pkg syscall (darwin-arm64), type Flock_t struct, Whence int16
    pkg syscall (darwin-arm64), type Fsid struct
    pkg syscall (darwin-arm64), type Fsid struct, Val [2]int32
    pkg syscall (darwin-arm64), type Fstore_t struct
    pkg syscall (darwin-arm64), type Fstore_t struct, Bytesalloc int64
    pkg syscall (darwin-arm64), type Fstore_t struct, Flags uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Rdev_minor       uint32
    	Dev_major        uint32
    	Dev_minor        uint32
    	Mnt_id           uint64
    	Dio_mem_align    uint32
    	Dio_offset_align uint32
    	_                [12]uint64
    }
    
    type Fsid struct {
    	Val [2]int32
    }
    
    type FileCloneRange struct {
    	Src_fd      int64
    	Src_offset  uint64
    	Src_length  uint64
    	Dest_offset uint64
    }
    
    type RawFileDedupeRange struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
Back to top