ReactOS 0.4.16-dev-106-g10b08aa
|
#include "btrfs_drv.h"
Go to the source code of this file.
Functions | |
void | galois_divpower (uint8_t *data, uint8_t div, uint32_t len) |
uint8_t | gpow2 (uint8_t e) |
uint8_t | gmul (uint8_t a, uint8_t b) |
uint8_t | gdiv (uint8_t a, uint8_t b) |
static __inline uint32_t | galois_double_mask32 (uint32_t v) |
void | galois_double (uint8_t *data, uint32_t len) |
Variables | |
static const uint8_t | glog [] |
static const uint8_t | gilog [] |
Definition at line 55 of file galois.c.
Referenced by raid6_recover2(), and scrub_raid6_stripe().
Definition at line 109 of file galois.c.
Referenced by flush_partial_stripe(), raid6_recover2(), and scrub_raid6_stripe().
Definition at line 80 of file galois.c.
Referenced by raid6_recover2(), and scrub_raid6_stripe().
Definition at line 69 of file galois.c.
Referenced by raid6_recover2(), and scrub_raid6_stripe().
Definition at line 37 of file galois.c.
Referenced by galois_divpower(), gdiv(), and gmul().
Definition at line 20 of file galois.c.
Referenced by galois_divpower(), gdiv(), gmul(), and gpow2().