9 Star 14 Fork 4

anolis / fio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
filehash.h 441 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jens Axboe 提交于 2016-09-26 01:40 . filehash: move to separate allocation
#ifndef FIO_FILE_HASH_H
#define FIO_FILE_HASH_H
#include "lib/types.h"
extern void file_hash_init(void);
extern void file_hash_exit(void);
extern struct fio_file *lookup_file_hash(const char *);
extern struct fio_file *add_file_hash(struct fio_file *);
extern void remove_file_hash(struct fio_file *);
extern void fio_file_hash_lock(void);
extern void fio_file_hash_unlock(void);
extern bool file_bloom_exists(const char *, bool);
#endif
1
https://gitee.com/anolis/fio.git
git@gitee.com:anolis/fio.git
anolis
fio
fio
an8

搜索帮助