Searched refs:postsuspend (Results 1 – 4 of 4) sorted by relevance
917 static void suspend_targets(struct dm_table *t, unsigned postsuspend) in suspend_targets() argument923 if (postsuspend) { in suspend_targets()924 if (ti->type->postsuspend) in suspend_targets()925 ti->type->postsuspend(ti); in suspend_targets()
1183 if (log->type->postsuspend && log->type->postsuspend(log)) in mirror_postsuspend()1273 .postsuspend = mirror_postsuspend,
842 .postsuspend = disk_flush,
1318 .postsuspend = crypt_postsuspend,