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

  /src/external/gpl2/lvm2/dist/libdm/ioctl/
libdm-targets.h 60 int no_flush; member in struct:dm_task
libdm-nbsd-iface.c 592 dmt->no_flush = 1;
760 if (dmt->no_flush)
libdm-iface.c 1128 dmt->no_flush = 1;
1395 if (dmt->no_flush)
1760 dmt->no_flush ? 'N' : 'F',
  /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)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc 237 if (!profilingFlags()->no_flush) {

Completed in 22 milliseconds