Home
last modified time | relevance | path

Searched defs:comp_algo (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/sys/opencrypto/
H A Dxform.h65 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 Dcmd_setcomp.c45 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 Dsubs.c211 hammer2_compmode_to_str(uint8_t comp_algo) in hammer2_compmode_to_str()
H A Dcmd_debug.c744 uint8_t check_algo, comp_algo; in show_bref() local
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_strategy.c901 hammer2_tid_t mtid, int *errorp, int comp_algo, int check_algo) in hammer2_compress_and_write()
/dflybsd-src/sys/vfs/hammer2/
H A Dhammer2_strategy.c875 hammer2_tid_t mtid, int *errorp, int comp_algo, int check_algo) in hammer2_compress_and_write()
H A Dhammer2_disk.h959 uint8_t comp_algo; /* 0083 compression request & algo */ member
/dflybsd-src/usr.sbin/makefs/
H A Dhammer2.c1784 uint8_t comp_algo, comp_level; in hammer2_inode_setcomp() local