| /src/external/gpl2/lvm2/dist/include/ |
| activate.h | 32 uint32_t read_ahead; member in struct:lvinfo
|
| device.h | 45 int read_ahead; member in struct:device 70 int dev_get_read_ahead(struct device *dev, uint32_t *read_ahead);
|
| toolcontext.h | 38 int read_ahead; /* DM_READ_AHEAD_NONE or _AUTO */ member in struct:config_info
|
| metadata-exported.h | 322 uint32_t read_ahead; member in struct:logical_volume 555 uint32_t read_ahead; /* all */ member in struct:lvcreate_params
|
| /src/external/gpl2/lvm2/dist/lib/activate/ |
| activate.h | 32 uint32_t read_ahead; member in struct:lvinfo
|
| dev_manager.c | 123 uint32_t *read_ahead, int mknodes, int with_open_count, 146 if (!dm_task_get_read_ahead(dmt, read_ahead)) 148 } else if (read_ahead) 149 *read_ahead = DM_READ_AHEAD_NONE; 212 struct dm_info *info, uint32_t *read_ahead) 215 if (_info_run(NULL, dlid, info, read_ahead, 0, with_open_count, 220 read_ahead, 0, with_open_count, 227 return _info_run(name, NULL, info, read_ahead, mknodes, 241 struct dm_info *info, uint32_t *read_ahead) 251 info, read_ahead); 1007 uint32_t read_ahead = lv->read_ahead; local [all...] |
| /src/external/gpl2/lvm2/dist/lib/device/ |
| device.h | 45 int read_ahead; member in struct:device 70 int dev_get_read_ahead(struct device *dev, uint32_t *read_ahead);
|
| /src/external/gpl2/lvm2/dist/tools/ |
| lvchange.c | 342 unsigned read_ahead = 0; local 346 read_ahead = arg_uint_value(cmd, readahead_ARG, 0); 348 if (read_ahead != DM_READ_AHEAD_AUTO && 350 (read_ahead < 2 || read_ahead > 120)) { 355 if (read_ahead != DM_READ_AHEAD_AUTO && 356 read_ahead != DM_READ_AHEAD_NONE && read_ahead % pagesize) { 357 if (read_ahead < pagesize) 358 read_ahead = pagesize [all...] |
| /src/usr.bin/tftp/ |
| tftpsubs.c | 124 read_ahead(file, amt, convert); /* fill it */ 135 read_ahead( function
|
| /src/external/gpl2/lvm2/dist/libdm/ioctl/ |
| libdm-targets.h | 50 uint32_t read_ahead; member in struct:dm_task
|
| /src/crypto/external/apache2/openssl/dist/ssl/record/ |
| record.h | 96 int read_ahead; member in struct:record_layer_st 134 #define RECORD_LAYER_set_read_ahead(rl, ra) ((rl)->read_ahead = (ra)) 135 #define RECORD_LAYER_get_read_ahead(rl) ((rl)->read_ahead)
|
| /src/external/gpl2/lvm2/dist/lib/commands/ |
| toolcontext.h | 38 int read_ahead; /* DM_READ_AHEAD_NONE or _AUTO */ member in struct:config_info
|
| toolcontext.c | 202 const char *read_ahead; local 260 read_ahead = find_config_tree_str(cmd, "activation/readahead", DEFAULT_READ_AHEAD); 261 if (!strcasecmp(read_ahead, "auto")) 262 cmd->default_settings.read_ahead = DM_READ_AHEAD_AUTO; 263 else if (!strcasecmp(read_ahead, "none")) 264 cmd->default_settings.read_ahead = DM_READ_AHEAD_NONE;
|
| /src/external/public-domain/xz/dist/src/liblzma/lz/ |
| lz_encoder.h | 74 uint32_t read_ahead; member in struct:lzma_mf_s 264 return mf->write_pos - mf->read_pos + mf->read_ahead; 278 return mf->read_pos - mf->read_ahead; 295 mf->read_ahead += amount; 309 assert(mf->read_ahead == 0);
|
| /src/crypto/external/bsd/openssl/dist/ssl/record/ |
| record.h | 136 int read_ahead; member in struct:record_layer_st 189 #define RECORD_LAYER_set_read_ahead(rl, ra) ((rl)->read_ahead = (ra)) 190 #define RECORD_LAYER_get_read_ahead(rl) ((rl)->read_ahead)
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
| record.h | 134 int read_ahead; member in struct:record_layer_st 181 #define RECORD_LAYER_set_read_ahead(rl, ra) ((rl)->read_ahead = (ra)) 182 #define RECORD_LAYER_get_read_ahead(rl) ((rl)->read_ahead)
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DbeSession.h | 90 bool read_ahead; member in struct:__anon10230
|
| DbeSession.cc | 1109 bool read_ahead = ctx->read_ahead; local 1110 dexp->read_experiment_data (read_ahead); 1252 new_ctx->read_ahead = true;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DbeSession.h | 90 bool read_ahead; member in struct:__anon11703
|
| DbeSession.cc | 1109 bool read_ahead = ctx->read_ahead; local 1110 dexp->read_experiment_data (read_ahead); 1252 new_ctx->read_ahead = true;
|
| /src/crypto/external/apache2/openssl/dist/ssl/record/methods/ |
| recmethod_local.h | 280 int read_ahead; member in struct:ossl_record_layer_st
|
| /src/external/gpl2/lvm2/dist/libdm/ |
| libdm-common.c | 188 dmt->read_ahead = DM_READ_AHEAD_AUTO; 658 int get_dev_node_read_ahead(const char *dev_name, uint32_t *read_ahead) 674 *read_ahead = 0; 677 *read_ahead = (uint32_t) read_ahead_long; 678 log_debug("%s: read ahead is %" PRIu32, dev_name, *read_ahead); 687 static int _set_read_ahead(const char *dev_name, uint32_t read_ahead) 691 long read_ahead_long = (long) read_ahead; 701 log_debug("%s: Setting read ahead to %" PRIu32, dev_name, read_ahead); 714 static int _set_dev_node_read_ahead(const char *dev_name, uint32_t read_ahead, 719 if (read_ahead == DM_READ_AHEAD_AUTO 795 uint32_t read_ahead; member in struct:node_op_parms [all...] |
| libdm-deptree.c | 107 uint32_t read_ahead; member in struct:load_properties 615 dnode->props.read_ahead = DM_READ_AHEAD_AUTO; 648 uint32_t read_ahead, 651 dnode->props.read_ahead = read_ahead; 925 uint32_t read_ahead, uint32_t read_ahead_flags, 953 if (!dm_task_set_read_ahead(dmt, read_ahead, read_ahead_flags)) 1204 child->props.read_ahead, child->props.read_ahead_flags, 1655 child->props.read_ahead, child->props.read_ahead_flags,
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| metadata-exported.h | 322 uint32_t read_ahead; member in struct:logical_volume 555 uint32_t read_ahead; /* all */ member in struct:lvcreate_params
|
| metadata.c | 2059 * Currently it takes read_ahead from first PV segment only 2064 uint32_t seg_read_ahead = 0, *read_ahead = data; local 2069 if (seg_read_ahead > *read_ahead) 2070 *read_ahead = seg_read_ahead; 2077 * If read_ahead is NULL, only ensure that readahead of PVs are preloaded 2080 void lv_calculate_readahead(const struct logical_volume *lv, uint32_t *read_ahead) 2084 if (lv->read_ahead == DM_READ_AHEAD_AUTO) 2087 if (read_ahead) { 2089 *read_ahead = _read_ahead;
|