OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ffsb_file
(Results
1 - 2
of
2
) sorted by null
/external/ltp/utils/ffsb-6.0-rc2/
filelist.h
30
struct
ffsb_file
{
struct
39
/* Tree of
ffsb_file
structs and associated state info struct must be
83
struct
ffsb_file
*add_file(struct benchfiles *b, uint64_t size, randdata_t *rd);
84
struct
ffsb_file
*add_dir(struct benchfiles *, uint64_t, randdata_t *);
97
void remove_file(struct benchfiles *, struct
ffsb_file
*);
102
struct
ffsb_file
*choose_file_reader(struct benchfiles *, randdata_t *);
107
struct
ffsb_file
*choose_file_writer(struct benchfiles *, randdata_t *);
113
void rename_file(struct
ffsb_file
*);
115
void unlock_file_reader(struct
ffsb_file
*);
116
void unlock_file_writer(struct
ffsb_file
*);
[
all
...]
filelist.c
54
int node_cmp(struct
ffsb_file
*a, struct
ffsb_file
*b)
101
static void file_destructor(struct
ffsb_file
*file)
113
struct
ffsb_file
*cur = cl_remove_head(bf->holes);
121
struct
ffsb_file
*add_file(struct benchfiles *b, uint64_t size, randdata_t * rd)
123
struct
ffsb_file
*newfile, *oldfile = NULL;
130
newfile = ffsb_malloc(sizeof(struct
ffsb_file
));
181
struct
ffsb_file
*add_dir(struct benchfiles *b, uint64_t size, randdata_t * rd)
183
struct
ffsb_file
*newdir, *olddir = NULL;
186
newdir = ffsb_malloc(sizeof(struct
ffsb_file
));
414
struct
ffsb_file
*
ffsb_file
= NULL;
local
[
all
...]
Completed in 64 milliseconds