package
1.1.0
Repository: https://github.com/intel/pmem-csi.git
Documentation: pkg.go.dev

# README

fibmap

Golang Linux ioctl FIBMAP, FIEMAP, SEEK_DATA/HOLE, PUNCH_HOLE, ...

# Functions

return a new FibmapFile.

# Constants

default is extend size.
reserved codepoint.
de-allocates range.
bmap access.
Data is encrypted by fs.
Data mixed with metadata.
Multiple files in block.
Location still pending.
Data can not be read while fs is unmounted.
Last extent in file.
File does not natively support extents.
Extent offsets may not be block aligned.
Space shared with other files.
Data location unknown.
Space allocated, but no data (i.e.
request caching of the extents.
sync file data before map.
map extended attribute tree.
No description provided by the author
Defined in <linux/fiemap.h>:.
sizeof(struct fiemap_extent).
sizeof(struct fiemap).
get the block size used for bmap.
No description provided by the author
seek relative to current file position.
seek to the next data.
seek relative to end of file.
seek to the next hole.
No description provided by the author
seek relative to beginning of file.

# Structs

based on struct fiemap_extent from <linux/fiemap.h>.
No description provided by the author