fsutil

package
v0.1.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const FallocFlPunchHole = 0x02 // linux/falloc.h

Variables

This section is empty.

Functions

func Deallocate

func Deallocate(file *os.File, offset int64, length int64) error

func GetFilesystemType

func GetFilesystemType(absPath string) string

Types

type FsStat

type FsStat struct {
	Capacity    int64
	Available   int64 // Available to use for sector storage
	FSAvailable int64 // Available in the filesystem
	Reserved    int64

	// non-zero when storage has configured MaxStorage
	Max  int64
	Used int64
}

func Statfs

func Statfs(path string) (FsStat, error)

type SizeInfo

type SizeInfo struct {
	OnDisk int64
}

func FileSize

func FileSize(path string) (SizeInfo, error)

FileSize returns bytes used by a file or directory on disk NOTE: We care about the allocated bytes, not file or directory size

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL