Home
last modified time | relevance | path

Searched refs:ffsb_malloc (Results 1 – 12 of 12) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dfilelist.c92 b->holes = ffsb_malloc(sizeof(struct cirlist)); in init_filelist()
93 b->dholes = ffsb_malloc(sizeof(struct cirlist)); in init_filelist()
130 newfile = ffsb_malloc(sizeof(struct ffsb_file)); in add_file()
186 newdir = ffsb_malloc(sizeof(struct ffsb_file)); in add_dir()
236 newfile = ffsb_malloc(sizeof(struct ffsb_file)); in add_file_named()
Dffsb_fc.c43 fc->groups = ffsb_malloc(sizeof(ffsb_tg_t) * num_tg); in init_ffsb_config()
44 fc->filesystems = ffsb_malloc(sizeof(ffsb_fs_t) * num_fs); in init_ffsb_config()
Dutil.c52 void *ffsb_malloc(size_t size) in ffsb_malloc() function
66 return ffsb_malloc(size); in ffsb_realloc()
85 char *dup = ffsb_malloc(len + 1); in ffsb_strdup()
Dmain.c105 fs_pts = ffsb_malloc(sizeof(pthread_t) * fc.num_filesys); in main()
128 params = ffsb_malloc(sizeof(tg_run_params_t) * fc.num_threadgroups); in main()
Dffsb_stats.c90 fsd->buckets[i] = ffsb_malloc(sizeof(uint32_t) * in ffsb_statsd_init()
202 void *ffsb_malloc(size_t s)
Dutil.h38 void *ffsb_malloc(size_t size);
Dcirlist.c37 struct cnode *new = ffsb_malloc(sizeof(struct cnode)); in cl_insert_tail()
Drand.c112 state->mt = ffsb_malloc(state->size); in init_random()
Dffsb_thread.c72 ft->mallocbuf = ffsb_malloc(bufsize + 4096); in ft_alter_bufsize()
Dparser.c918 ffsb_tg_t *age_tg = ffsb_malloc(sizeof(ffsb_tg_t)); in init_filesys()
1024 fc->filesystems = ffsb_malloc(sizeof(ffsb_fs_t) * fc->num_filesys); in init_config()
1028 fc->groups = ffsb_malloc(sizeof(ffsb_tg_t) * fc->num_threadgroups); in init_config()
Dffsb_tg.c31 tg->threads = ffsb_malloc(sizeof(ffsb_thread_t) * num_threads); in init_ffsb_tg()
Dffsb_fs.c89 char *buf = ffsb_malloc(blocksize); in add_files()