| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| fileset.c | 37 #include "fileset.h" 45 * The fileset, once populated, consists of a tree of fileset entries of 46 * type filesetentry_t which specify files and directories. The fileset 48 * fileset has been created, has a tree of directories and files 49 * corresponding to the fileset's filesetentry tree. 51 * Fileset entities are allocated by fileset_define() which is called from 60 * when a "create fileset" or "run" command is encountered. When the 61 * "create fileset" command is used, it is generally paired with 63 * instantiate all the files in the fileset before trying to use them 264 fileset_t *fileset; local 304 fileset_t *fileset; local 816 fileset_t *fileset = NULL; local 1234 fileset_t *fileset, *next_fileset; local 1700 fileset_t *fileset; local 1833 fileset_t *fileset = filebench_shm->shm_filesetlist; local 1860 fileset_t *fileset = filebench_shm->shm_filesetlist; local [all...] |
| fileset.h | 80 struct fileset *fse_fileset; /* Parent fileset */ 90 /* type of fileset entry to obtain */ 97 /* fileset until empty */ 103 /* fileset attributes */ 104 #define FILESET_IS_RAW_DEV 0x01 /* fileset is a raw device */ 105 #define FILESET_IS_FILE 0x02 /* Fileset is emulating a single file */ 107 typedef struct fileset { struct 108 struct fileset *fs_next; /* Next in list */ 110 avd_t fs_path; /* Pathname prefix in fileset */ [all...] |
| flowop_library.c | 58 #include "fileset.h" 238 * flowop does not point to a fileset, and FILEBENCH_OK otherwise. 243 fileset_t *fileset; local 246 if ((fileset = flowop->fo_fileset) == NULL) { 247 filebench_log(LOG_ERROR, "flowop NO fileset"); 253 ((double)(fileset->fs_constentries / 2))); 254 fileindex = fileindex % fileset->fs_constentries; 260 if ((*filep = fileset_pick(fileset, FILESET_PICKFILE | flags, 263 "flowop %s failed to pick file from fileset %s", 265 avd_get_str(fileset->fs_name)) 282 fileset_t *fileset; local 1698 fileset_t *fileset; local 1887 fileset_t *fileset; local 2044 fileset_t *fileset; local 2106 fileset_t *fileset; local [all...] |
| parser_gram.y | 1264 /* attribute parsing for define file and define fileset */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/filebench/workloads/ |
| compflow_demo.f | 32 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=80, paralloc 34 define fileset name=u2fileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=80, paralloc 36 define fileset name=u3fileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=80, paralloc 38 define flowop name=readwrite, $fileset 40 flowop openfile name=openfile4,filesetname=$fileset,fd=1 41 flowop openfile name=openfile5,filesetname=$fileset,fd=2 53 flowop readwrite name=rw1, iters=$rwiters, $fileset=$filesetnm
|
| bringover.f | 34 define fileset name=srcfiles,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth,prealloc,paralloc 35 define fileset name=destfiles,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth
|
| copyfiles.f | 34 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth,prealloc=100,paralloc 35 define fileset name=destfiles,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth
|
| deletefiles.f | 35 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=100,paralloc
|
| filemicro_statfile.f | 27 # Creates a fileset of $nfiles number of files, then loops through them 37 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=100
|
| listdirs.f | 25 # Creates a fileset with a fairly deep directory tree, then does readdir 33 define fileset name=bigfileset,path=$dir,size=0,entries=$nfiles,dirwidth=$meandirwidth,prealloc
|
| makedirs.f | 34 define fileset name=bigfileset,path=$dir,size=0,leafdirs=$ndirs,dirwidth=$meandirwidth
|
| openfiles.f | 25 # Creates a fileset with $nfiles empty files, then proceeds to open each one 33 define fileset name=bigfileset,path=$dir,size=0,entries=$nfiles,dirwidth=$meandirwidth,prealloc
|
| removedirs.f | 25 # Creates a fileset with $ndirs empty leaf directories then rmdir's all of them 34 define fileset name=bigfileset,path=$dir,size=0,leafdirs=$ndirs,dirwidth=$meandirwidth,prealloc
|
| mongo.f | 37 define fileset name=postset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth,prealloc,paralloc 38 define fileset name=postsetdel,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth,prealloc,paralloc
|
| ratelimcopyfiles.f | 41 # $nfiles - number of files in the fileset 55 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth,prealloc=100 56 define fileset name=destfiles,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$dirwidth
|
| videoserver.f | 29 # serving up videos from the activevids fileset. If the desired rate is R mb/s, 52 define fileset name=$actvidsname,path=$dir,size=$filesize,entries=$numactivevids,dirwidth=4,prealloc,paralloc,reuse=$reuseit 53 define fileset name=$passvidsname,path=$dir,size=$filesize,entries=$numpassivevids,dirwidth=20,prealloc=50,paralloc,reuse=$reuseit
|
| filemicro_delete.f | 27 # Create a fileset of 50,000 entries ($nfiles), where each file's size is set 41 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=100,paralloc
|
| createfiles.f | 34 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth
|
| filemicro_createfiles.f | 27 # Creates a fileset with 20,000 entries ($nfiles), but only preallocates 43 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=50
|
| filemicro_seqwriterandvargam.f | 38 define fileset name=bigfileset,path=$dir,size=0,entries=$nthreads,dirwidth=1024,prealloc=100,cached=$cached
|
| filemicro_seqwriterandvartab.f | 41 define fileset name=bigfileset,path=$dir,size=0,entries=$nthreads,dirwidth=1024,prealloc=100,cached=$cached
|
| oltp.f | 52 define fileset name=datafiles,path=$dir,size=$filesize,filesizegamma=0,entries=$nfiles,dirwidth=1024,prealloc=100,cached=$cached,reuse 53 define fileset name=logfile,path=$dir,size=$logfilesize,filesizegamma=0,entries=$nlogfiles,dirwidth=1024,prealloc=100,cached=$cached,reuse
|
| varmail.f | 35 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=80
|
| fileserver.f | 34 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=80
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsck/ |
| setup.c | 556 /* Get the fileset descriptor */ 562 (void) printf("Fileset descriptor at %x for %d bytes\n", 568 fileset = (struct file_set_desc *)malloc(filesetlen); 569 if (fileset == NULL) { 570 (void) printf(gettext("Unable to allocate fileset\n")); 573 if (bread(fsreadfd, (char *)fileset, fsbtodb(filesetblock + part_start), 577 err = verifytag(&fileset->fsd_tag, filesetblock, &fileset->fsd_tag, 580 (void) printf(gettext("Fileset tag error, tag = %d, %s\n"), 581 fileset->fsd_tag.tag_id, tagerrs[err]) [all...] |