HomeSort by: relevance | last modified time | path
    Searched refs:SNAPSHOT (Results 1 - 18 of 18) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
mail_version.h 28 #ifdef SNAPSHOT
84 char *snapshot; /* 20111209-nonprod */ member in struct:__anon23114
dict_mysql.c 265 #ifdef SNAPSHOT
dict_pgsql.c 286 #ifdef SNAPSHOT
  /src/external/gpl2/lvm2/dist/lib/metadata/
snapshot_manip.c 30 return lv->snapshot ? 1 : 0;
35 if (lv->status & SNAPSHOT)
54 /* Given a cow LV, return the snapshot lv_segment that uses it */
57 return lv->snapshot;
63 return lv->snapshot->origin;
75 cow->snapshot = seg;
83 seg->lv->status |= (SNAPSHOT | VIRTUAL);
99 log_error("'%s' is already in use as a snapshot.", cow->name);
104 log_error("Snapshot and origin LVs must differ.");
108 if (!(snap = lv_create_empty("snapshot%d"
    [all...]
metadata-exported.h 54 #define SNAPSHOT 0x00001000U /* LV - internal use only */
238 * - snapshot (lv_name is 'snapshotN')
331 struct lv_segment *snapshot; member in struct:logical_volume
528 int snapshot; /* snap */ member in struct:lvcreate_params
541 uint32_t chunk_size; /* snapshot */
550 uint32_t voriginextents; /* snapshot */
551 uint64_t voriginsize; /* snapshot */
622 /* Given a cow LV, return return the snapshot lv_segment that uses it */
  /src/external/gpl3/gcc/dist/maintainer-scripts/
gcc_release 72 -s name:gitbranch Create a snapshot, not a real release.
243 if [ $SNAPSHOT -ne 1 ]; then
428 # Print description if snapshot exists.
442 # Announce a snapshot, both on the web and via mail.
452 "Snapshot gcc-"${RELEASE}" is now available on
456 This snapshot has been generated from the GCC "${BRANCH}" git branch
466 <title>GCC "${RELEASE}" Snapshot</title>
470 <h1>GCC "${RELEASE}" Snapshot</h1>
480 <p>This snapshot has been generated from the GCC "${BRANCH}" git branch
490 When a particular snapshot is ready for public consumption the LATEST-"${BRANCH}
    [all...]
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release 72 -s name:gitbranch Create a snapshot, not a real release.
243 if [ $SNAPSHOT -ne 1 ]; then
428 # Print description if snapshot exists.
442 # Announce a snapshot, both on the web and via mail.
452 "Snapshot gcc-"${RELEASE}" is now available on
456 This snapshot has been generated from the GCC "${BRANCH}" git branch
466 <title>GCC "${RELEASE}" Snapshot</title>
470 <h1>GCC "${RELEASE}" Snapshot</h1>
480 <p>This snapshot has been generated from the GCC "${BRANCH}" git branch
490 When a particular snapshot is ready for public consumption the LATEST-"${BRANCH}
    [all...]
  /src/external/gpl2/lvm2/dist/lib/format_text/
flags.c 65 {SNAPSHOT, NULL, 0},
import_vsn1.c 458 if ((lv->status & SNAPSHOT) && count > 1) {
459 log_error("Only one segment permitted for snapshot");
  /src/external/gpl2/lvm2/dist/tools/
vgconvert.c 99 if (lv->status & SNAPSHOT)
vgsplit.c 60 if ((lv->status & SNAPSHOT))
130 if (!(lv->status & SNAPSHOT))
141 log_error("Can't split snapshot %s between"
vgchange.c 69 /* Only request activation of snapshot origin devices */
70 if ((lv->status & SNAPSHOT) || lv_is_cow(lv))
toollib.c 124 if (lvl->lv->status & SNAPSHOT)
1143 if (!strncmp(name, "snapshot", 8)) {
1144 log_error("Names starting \"snapshot\" are reserved. "
  /src/external/gpl2/lvm2/dist/lib/format_pool/
import_export.c 269 if (lv->status & SNAPSHOT)
  /src/external/gpl2/lvm2/dist/lib/format1/
import-extents.c 61 if (ll->lv->status & SNAPSHOT)
import-export.c 518 if (ll->lv->status & SNAPSHOT)
540 lvdl->lvd.lv_chunk_size = ll->lv->snapshot->chunk_size;
542 lvnum_from_lvid(&ll->lv->snapshot->origin->lvid);
606 "for snapshot '%s'.", lvd->lv_name);
610 /* we may have already added this snapshot */
614 /* insert the snapshot */
618 log_error("Couldn't add snapshot.");
  /src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c 266 #ifndef SNAPSHOT
  /src/external/gpl2/lvm2/dist/include/
metadata-exported.h 54 #define SNAPSHOT 0x00001000U /* LV - internal use only */
238 * - snapshot (lv_name is 'snapshotN')
331 struct lv_segment *snapshot; member in struct:logical_volume
528 int snapshot; /* snap */ member in struct:lvcreate_params
541 uint32_t chunk_size; /* snapshot */
550 uint32_t voriginextents; /* snapshot */
551 uint64_t voriginsize; /* snapshot */
622 /* Given a cow LV, return return the snapshot lv_segment that uses it */

Completed in 43 milliseconds