HomeSort by: relevance | last modified time | path
    Searched defs:log_count (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/lvm2/dist/tools/
pvmove.c 183 uint32_t log_count = 0; local
249 if (!lv_add_mirrors(cmd, lv_mirr, 1, 1, 0, log_count,
  /src/external/gpl2/xcvs/dist/src/
log.c 139 static int log_count (Node *, void *);
981 sprintf (buf, "%d", walklist (rcsfile->versions, log_count, NULL));
1453 log_count (Node *p, void *closure) function
  /src/external/gpl2/lvm2/dist/lib/metadata/
lv_manip.c 514 uint32_t log_count; /* Number of parallel 1-extent logs */ member in struct:alloc_handle
542 uint32_t log_count,
554 if (log_count && stripes > 1) {
582 ah->log_count = log_count;
1067 if (ah->log_count &&
1107 ((!can_split && !ah->log_count) ||
1130 log_needs_allocating = (ah->log_count && !ah->log_area.len) ?
1134 (log_needs_allocating ? ah->log_count : 0))
1170 (log_needs_allocating ? ah->log_count
    [all...]

Completed in 54 milliseconds