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

  /src/external/gpl2/lvm2/dist/libdm/ioctl/
libdm-targets.h 60 int no_flush; member in struct:dm_task
  /src/external/gpl2/lvm2/dist/libdm/
libdm-deptree.c 148 int no_flush; /* 1 sets noflush (mirrors/multipath) */ member in struct:dm_tree
166 dtree->no_flush = 0;
969 int skip_lockfs, int no_flush, struct dm_info *newinfo)
977 no_flush ? "" : " with device flush");
996 if (no_flush && !dm_task_no_flush(dmt))
997 log_error("Failed to set no_flush flag.");
1065 dnode->dtree->no_flush = 1;
1110 child->dtree->no_flush, &newinfo)) {

Completed in 120 milliseconds