| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| fsys_jfs.c | 51 #define fileset ((dinode_t *)((char *)FSYS_BUF + 8192)) macro 117 xad = first_extent (fileset); 216 0, DISIZE, (char*)fileset)) {
|
| /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...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsck/ |
| fsck.h | 116 struct file_set_desc *fileset; variable in typeref:struct:file_set_desc
|