Home
last modified time | relevance | path

Searched refs:no_flush (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/lvm2/dist/libdm/ioctl/
H A Dlibdm-targets.h60 int no_flush; member
H A Dlibdm-dragonfly-iface.c540 dmt->no_flush = 1; in dm_task_no_flush()
720 if (dmt->no_flush) in _flatten()
H A Dlibdm-nbsd-iface.c584 dmt->no_flush = 1; in dm_task_no_flush()
760 if (dmt->no_flush) in _flatten()
H A Dlibdm-iface.c1121 dmt->no_flush = 1; in dm_task_no_flush()
1388 if (dmt->no_flush) in _flatten()
1753 dmt->no_flush ? 'N' : 'F', in _do_dm_ioctl()
/dflybsd-src/contrib/lvm2/dist/libdm/
H A Dlibdm-deptree.c148 int no_flush; /* 1 sets noflush (mirrors/multipath) */ member
166 dtree->no_flush = 0; in dm_tree_create()
969 int skip_lockfs, int no_flush, struct dm_info *newinfo) in _suspend_node() argument
977 no_flush ? "" : " with device flush"); in _suspend_node()
996 if (no_flush && !dm_task_no_flush(dmt)) in _suspend_node()
1065 dnode->dtree->no_flush = 1; in dm_tree_use_no_flush_suspend()
1110 child->dtree->no_flush, &newinfo)) { in dm_tree_suspend_children()
/dflybsd-src/contrib/lvm2/dist/
H A DWHATS_NEW_DM101 Fix inverted no_flush debug message.