Searched refs:maptype (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c420 space_map_load_length(space_map_t *sm, range_tree_t *rt, maptype_t maptype, argument
427 if (maptype == SM_FREE)
432 smla.smla_type = maptype;
443 * Load the space map disk into the specified range tree. Segments of maptype
447 space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype) argument
449 return (space_map_load_length(sm, rt, maptype, space_map_length(sm)));
527 space_map_write_intro_debug(space_map_t *sm, maptype_t maptype, dmu_tx_t *tx) argument
532 SM_DEBUG_ACTION_ENCODE(maptype) |
551 maptype_t maptype, uint64_t vdev_id, uint8_t words, dmu_buf_t **dbp,
634 SM_TYPE_ENCODE(maptype) |
550 space_map_write_seg(space_map_t *sm, uint64_t rstart, uint64_t rend, maptype_t maptype, uint64_t vdev_id, uint8_t words, dmu_buf_t **dbp, const void *tag, dmu_tx_t *tx) argument
670 space_map_write_impl(space_map_t *sm, range_tree_t *rt, maptype_t maptype, uint64_t vdev_id, dmu_tx_t *tx) argument
756 space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype, uint64_t vdev_id, dmu_tx_t *tx) argument
[all...]
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dspace_map.h210 int space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype);
211 int space_map_load_length(space_map_t *sm, range_tree_t *rt, maptype_t maptype,
229 void space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype,
/freebsd-current/sys/geom/union/
H A Dg_union.c1114 bool first, maptype, retval; local
1130 maptype = false;
1139 maptype = false;
1142 if (maptype)
1155 maptype = false;
1157 maptype = true;
1160 if ((word == 0 && maptype) ||
1161 (word == ~0 && !maptype))
1170 maptype = retval;
1173 if (maptype
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dconf.c778 char *maptype[MAXMAPSTACK]; local
801 nmaps = switch_map_find("aliases", maptype, mapreturn);
804 if (strcmp(maptype[i], "files") == 0 &&
812 else if (strcmp(maptype[i], "cdb") == 0 &&
820 else if (strcmp(maptype[i], "nisplus") == 0 &&
829 else if (strcmp(maptype[i], "nis") == 0 &&
838 else if (strcmp(maptype[i], "netinfo") == 0 &&
847 else if (strcmp(maptype[i], "hesiod") == 0 &&
857 else if (strcmp(maptype[i], "ldap") == 0 &&
880 ** maptype
4410 char *maptype[MAXMAPSTACK]; local
[all...]
H A Dreadcf.c828 char *maptype[MAXMAPSTACK]; local
831 nmaps = switch_map_find("hosts", maptype, mapreturn);
840 if (strcmp(maptype[mapno], "dns") == 0)
1288 char *maptype, *spec; local
1315 maptype = p;
1317 if ((spec = strchr(maptype, ':')) == NULL)
1325 mapclass = stab(maptype, ST_MAPCLASS, ST_FIND);
1329 mn, maptype);
1335 mn, maptype, tag, spec);
H A Dmap.c981 char *maptype[MAXMAPSTACK]; local
989 nmaps = switch_map_find("hosts", maptype, mapreturn);
998 host, maptype[mapno]);
999 if (strcmp("files", maptype[mapno]) == 0)
1004 else if (strcmp("nis", maptype[mapno]) == 0)
1014 else if (strcmp("nisplus", maptype[mapno]) == 0)
1024 else if (strcmp("dns", maptype[mapno]) == 0)
1035 else if (strcmp("netinfo", maptype[mapno]) == 0)
7251 char *maptype[MAXMAPSTACK]; local
7258 nmaps = switch_map_find(map->map_file, maptype, ma
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c6316 load_unflushed_to_ms_allocatables(spa_t *spa, maptype_t maptype) argument
6318 iterate_through_spacemap_logs(spa, load_unflushed_cb, &maptype);
6322 load_concrete_ms_allocatable_trees(spa_t *spa, maptype_t maptype) argument
6354 msp->ms_allocatable, maptype));
6362 load_unflushed_to_ms_allocatables(spa, maptype);

Completed in 275 milliseconds