Home
last modified time | relevance | path

Searched refs:log_count (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dmirror.c1308 uint32_t log_count, in _set_up_mirror_log() argument
1321 if (log_count != 1) { in _set_up_mirror_log()
1375 uint32_t log_count, uint32_t region_size, in add_mirror_log() argument
1389 if (log_count > 1) { in add_mirror_log()
1426 0, 0, log_count, region_size, 0, in add_mirror_log()
1441 if (!(log_lv = _set_up_mirror_log(cmd, ah, lv, log_count, in add_mirror_log()
1460 uint32_t log_count) in add_mirror_images() argument
1484 stripes, mirrors, log_count, region_size, lv->le_count, in add_mirror_images()
1494 if (log_count && in add_mirror_images()
1495 !(log_lv = _set_up_mirror_log(cmd, ah, lv, log_count, region_size, in add_mirror_images()
[all …]
H A Dlv_manip.c514 uint32_t log_count; /* Number of parallel 1-extent logs */ member
542 uint32_t log_count, in _alloc_init() argument
554 if (log_count && stripes > 1) { in _alloc_init()
582 ah->log_count = log_count; in _alloc_init()
1067 if (ah->log_count && in _find_parallel_space()
1107 ((!can_split && !ah->log_count) || in _find_parallel_space()
1130 log_needs_allocating = (ah->log_count && !ah->log_area.len) ? in _find_parallel_space()
1134 (log_needs_allocating ? ah->log_count : 0)) in _find_parallel_space()
1170 (log_needs_allocating ? ah->log_count + in _find_parallel_space()
1205 if (allocated >= new_extents && !ah->log_count) { in _allocate()
[all …]
H A Dmetadata-exported.h655 uint32_t region_size, uint32_t log_count,
658 uint32_t mirrors, uint32_t log_count,
677 uint32_t log_count);
683 uint32_t log_count, uint32_t region_size,
H A Dlv_alloc.h51 uint32_t mirrors, uint32_t log_count,
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h655 uint32_t region_size, uint32_t log_count,
658 uint32_t mirrors, uint32_t log_count,
677 uint32_t log_count);
683 uint32_t log_count, uint32_t region_size,
H A Dlv_alloc.h51 uint32_t mirrors, uint32_t log_count,
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dpvmove.c183 uint32_t log_count = 0; in _set_up_pvmove_lv() local
249 if (!lv_add_mirrors(cmd, lv_mirr, 1, 1, 0, log_count, in _set_up_pvmove_lv()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dlog.c139 static int log_count (Node *, void *);
981 sprintf (buf, "%d", walklist (rcsfile->versions, log_count, NULL)); in log_fileproc()
1453 log_count (Node *p, void *closure) in log_count() function
H A DChangeLog-961489 (log_symbol, log_count, log_tree): New static functions.