projects
/
fio.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
engines/nvme: cast __u64 to unsigned long long for printing
[fio.git]
/
dedupe.h
Commit
Line
Data
0d71aa98
BD
1
#ifndef DEDUPE_H
2
#define DEDUPE_H
3
c49cfc76
BD
4
int init_dedupe_working_set_seeds(struct thread_data *td, bool global_dedupe);
5
int init_global_dedupe_working_set_seeds(void);
0d71aa98
BD
6
7
#endif