- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for F_fstypename (0.21 seconds)
-
internal/disk/stat_openbsd.go
info = Info{ Total: uint64(s.F_bsize) * (uint64(s.F_blocks) - reservedBlocks), Free: uint64(s.F_bsize) * uint64(s.F_bavail), Files: uint64(s.F_files), Ffree: uint64(s.F_ffree), FSType: getFSType(s.F_fstypename[:]), } if info.Free > info.Total { return info, fmt.Errorf("detected free space (%d) > total drive space (%d), fs corruption at (%s). please run 'fsck'", info.Free, info.Total, path) }Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Feb 26 19:34:50 GMT 2024 - 1.8K bytes - Click Count (0) -
internal/disk/stat_bsd.go
} reservedBlocks := s.Bfree - s.Bavail info = Info{ Total: uint64(s.Bsize) * (s.Blocks - reservedBlocks), Free: uint64(s.Bsize) * s.Bavail, Files: s.Files, Ffree: s.Ffree, FSType: getFSType(s.Fstypename[:]), } if info.Free > info.Total { return info, fmt.Errorf("detected free space (%d) > total drive space (%d), fs corruption at (%s). please run 'fsck'", info.Free, info.Total, path) }Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Feb 26 19:34:50 GMT 2024 - 1.7K bytes - Click Count (0) -
internal/disk/stat_freebsd.go
info = Info{ Total: uint64(s.Bsize) * (s.Blocks - reservedBlocks), Free: uint64(s.Bsize) * uint64(s.Bavail), Files: s.Files, Ffree: uint64(s.Ffree), FSType: getFSType(s.Fstypename[:]), } if info.Free > info.Total { return info, fmt.Errorf("detected free space (%d) > total drive space (%d), fs corruption at (%s). please run 'fsck'", info.Free, info.Total, path) }Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Feb 26 19:34:50 GMT 2024 - 1.7K bytes - Click Count (0) -
internal/disk/stat_netbsd.go
info = Info{ Total: uint64(s.Frsize) * (uint64(s.Blocks) - reservedBlocks), Free: uint64(s.Frsize) * uint64(s.Bavail), Files: uint64(s.Files), Ffree: uint64(s.Ffree), FSType: string(s.Fstypename[:]), } if info.Free > info.Total { return info, fmt.Errorf("detected free space (%d) > total drive space (%d), fs corruption at (%s). please run 'fsck'", info.Free, info.Total, path) }Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Feb 26 19:34:50 GMT 2024 - 1.8K bytes - Click Count (0) -
api/go1.2.txt
pkg syscall (openbsd-386), type Statfs_t struct, F_flags uint32 pkg syscall (openbsd-386), type Statfs_t struct, F_fsid Fsid pkg syscall (openbsd-386), type Statfs_t struct, F_fstypename [16]int8 pkg syscall (openbsd-386), type Statfs_t struct, F_iosize uint32 pkg syscall (openbsd-386), type Statfs_t struct, F_mntfromname [90]int8 pkg syscall (openbsd-386), type Statfs_t struct, F_mntonname [90]int8
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Statfs_t struct, Flags uint64 pkg syscall (freebsd-arm64), type Statfs_t struct, Fsid Fsid pkg syscall (freebsd-arm64), type Statfs_t struct, Fstypename [16]int8 pkg syscall (freebsd-arm64), type Statfs_t struct, Iosize uint64 pkg syscall (freebsd-arm64), type Statfs_t struct, Mntfromname [1024]int8 pkg syscall (freebsd-arm64), type Statfs_t struct, Mntonname [1024]int8
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type Statfs_t struct, Fsid Fsid pkg syscall (darwin-arm64), type Statfs_t struct, Fssubtype uint32 pkg syscall (darwin-arm64), type Statfs_t struct, Fstypename [16]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Iosize int32 pkg syscall (darwin-arm64), type Statfs_t struct, Mntfromname [1024]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Mntonname [1024]int8
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type Statfs_t struct, Flags uint64 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Fsid Fsid #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Fstypename [16]int8 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Iosize uint64 #53466 pkg syscall (freebsd-riscv64), type Statfs_t struct, Mntfromname [1024]int8 #53466
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0) -
api/go1.txt
pkg syscall (darwin-386), type Statfs_t struct, Fsid Fsid pkg syscall (darwin-386), type Statfs_t struct, Fssubtype uint32 pkg syscall (darwin-386), type Statfs_t struct, Fstypename [16]int8 pkg syscall (darwin-386), type Statfs_t struct, Iosize int32 pkg syscall (darwin-386), type Statfs_t struct, Mntfromname [1024]int8 pkg syscall (darwin-386), type Statfs_t struct, Mntonname [1024]int8
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)