Home
last modified time | relevance | path

Searched refs:comp_heuristic (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_strategy.c939 if (ip->comp_heuristic < 8 || (ip->comp_heuristic & 7) == 0 || in hammer2_compress_and_write()
1007 if (++ip->comp_heuristic > 128) in hammer2_compress_and_write()
1008 ip->comp_heuristic = 8; in hammer2_compress_and_write()
1013 ip->comp_heuristic = 0; in hammer2_compress_and_write()
H A Dhammer2_inode.c1112 nip->comp_heuristic = 0; in hammer2_inode_create_pfs()
1164 nip->comp_heuristic = 0; in hammer2_inode_create_normal()
H A Dhammer2.h749 uint8_t comp_heuristic; member
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_strategy.c911 if (ip->comp_heuristic < 8 || (ip->comp_heuristic & 7) == 0 || in hammer2_compress_and_write()
981 if (++ip->comp_heuristic > 128) in hammer2_compress_and_write()
982 ip->comp_heuristic = 8; in hammer2_compress_and_write()
987 ip->comp_heuristic = 0; in hammer2_compress_and_write()
H A Dhammer2_inode.c1105 nip->comp_heuristic = 0; in hammer2_inode_create_pfs()
1157 nip->comp_heuristic = 0; in hammer2_inode_create_normal()
H A Dhammer2.h706 uint8_t comp_heuristic; member