Searched refs:suspend_flags (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-ioctl.c850 unsigned suspend_flags = DM_SUSPEND_LOCKFS_FLAG; local
858 suspend_flags &= ~DM_SUSPEND_LOCKFS_FLAG;
860 suspend_flags |= DM_SUSPEND_NOFLUSH_FLAG;
863 r = dm_suspend(md, suspend_flags);
879 unsigned suspend_flags = DM_SUSPEND_LOCKFS_FLAG; local
905 suspend_flags &= ~DM_SUSPEND_LOCKFS_FLAG;
907 suspend_flags |= DM_SUSPEND_NOFLUSH_FLAG;
909 dm_suspend(md, suspend_flags);
H A Ddm.c2635 int dm_suspend(struct mapped_device *md, unsigned suspend_flags) argument
2639 int do_lockfs = suspend_flags & DM_SUSPEND_LOCKFS_FLAG ? 1 : 0;
2640 int noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG ? 1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddevice-mapper.h226 int dm_suspend(struct mapped_device *md, unsigned suspend_flags);

Completed in 126 milliseconds