Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/lvm2/dist/libdm/ioctl/
Dlibdm-targets.h60 int no_flush; member
Dlibdm-nbsd-iface.c592 dmt->no_flush = 1; in dm_task_no_flush()
760 if (dmt->no_flush) in _flatten()
Dlibdm-iface.c1128 dmt->no_flush = 1; in dm_task_no_flush()
1395 if (dmt->no_flush) in _flatten()
1760 dmt->no_flush ? 'N' : 'F', in _do_dm_ioctl()
/netbsd/src/external/gpl2/lvm2/dist/libdm/
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()
/netbsd/src/external/gpl2/lvm2/dist/
DWHATS_NEW_DM101 Fix inverted no_flush debug message.