Lines Matching defs:offset
50 ptrdiff_t offset = &hex[m * 3] - hex; in dump() local
69 static inline bool is_erasure(fec_handle *f, uint64_t offset, in is_erasure()
86 static inline bool is_zero(fec_handle *f, uint64_t offset) in is_zero()
107 static int __ecc_read(fec_handle *f, void *rs, uint8_t *dest, uint64_t offset, in __ecc_read()
235 uint64_t offset, size_t *errors) in ecc_read()
286 uint64_t offset, size_t *errors) in verity_read()
403 int fec_seek(struct fec_handle *f, int64_t offset, int whence) in fec_seek()
458 static inline size_t get_max_count(uint64_t offset, size_t count, uint64_t max) in get_max_count()
471 bool raw_pread(int fd, void *buf, size_t count, uint64_t offset) { in raw_pread()
493 bool raw_pwrite(int fd, const void *buf, size_t count, uint64_t offset) { in raw_pwrite()
517 uint64_t offset) in fec_pread()