Home
last modified time | relevance | path

Searched refs:DM_SUSPEND_NOFLUSH_FLAG (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm.h30 #define DM_SUSPEND_NOFLUSH_FLAG (1 << 1) macro
H A Ddm-ioctl.c1019 suspend_flags |= DM_SUSPEND_NOFLUSH_FLAG; in do_suspend()
1066 suspend_flags |= DM_SUSPEND_NOFLUSH_FLAG; in do_resume()
H A Ddm.c2476 * @suspend_flags: DM_SUSPEND_LOCKFS_FLAG and/or DM_SUSPEND_NOFLUSH_FLAG
2489 bool noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG; in __dm_suspend()
2749 __dm_internal_suspend(md, DM_SUSPEND_NOFLUSH_FLAG); in dm_internal_suspend_noflush()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm.h31 #define DM_SUSPEND_NOFLUSH_FLAG (1 << 1) macro
H A Ddm-ioctl.c1133 suspend_flags |= DM_SUSPEND_NOFLUSH_FLAG; in do_suspend()
1183 suspend_flags |= DM_SUSPEND_NOFLUSH_FLAG; in do_resume()
H A Ddm.c2666 * @suspend_flags: DM_SUSPEND_LOCKFS_FLAG and/or DM_SUSPEND_NOFLUSH_FLAG
2679 bool noflush = suspend_flags & DM_SUSPEND_NOFLUSH_FLAG; in __dm_suspend()
2958 __dm_internal_suspend(md, DM_SUSPEND_NOFLUSH_FLAG); in dm_internal_suspend_noflush()

Completed in 14 milliseconds