Searched defs:comp_algo (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/sys/opencrypto/ |
H A D | xform.h | 65 struct comp_algo { struct 66 int type; 67 char *name; 68 size_t minlen; 69 u_int32_t (*compress) (u_int8_t *, u_int32_t, u_int8_t **); 70 u_int32_t (*decompress) (u_int8_t *, u_int32_t, u_int8_t **);
|
/dflybsd-src/sbin/hammer2/ |
H A D | cmd_setcomp.c | 45 int comp_algo; in cmd_setcomp() local 132 cmd_setcomp_core(uint8_t comp_algo, const char *path_str, struct stat *st) in cmd_setcomp_core()
|
H A D | subs.c | 211 hammer2_compmode_to_str(uint8_t comp_algo) in hammer2_compmode_to_str()
|
H A D | cmd_debug.c | 744 uint8_t check_algo, comp_algo; in show_bref() local
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_strategy.c | 901 hammer2_tid_t mtid, int *errorp, int comp_algo, int check_algo) in hammer2_compress_and_write()
|
/dflybsd-src/sys/vfs/hammer2/ |
H A D | hammer2_strategy.c | 875 hammer2_tid_t mtid, int *errorp, int comp_algo, int check_algo) in hammer2_compress_and_write()
|
H A D | hammer2_disk.h | 959 uint8_t comp_algo; /* 0083 compression request & algo */ member
|
/dflybsd-src/usr.sbin/makefs/ |
H A D | hammer2.c | 1784 uint8_t comp_algo, comp_level; in hammer2_inode_setcomp() local
|