Home
last modified time | relevance | path

Searched refs:sync_action (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/Documentation/device-mapper/
Ddm-raid.txt225 3: <sync_ratio> <sync_action> <mismatch_cnt>
237 the process described by 'sync_action'. If the
238 'sync_action' is "check" or "repair", then the process
240 <sync_action> One of the following possible states:
324 1.5.0 Add message interface to allow manipulation of the sync_action.
325 New status (STATUSTYPE_INFO) fields: sync_action and mismatch_cnt.
327 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
/Linux-v4.19/Documentation/admin-guide/
Dmd.rst613 sync_action
700 whatever the current sync_action is, followed by the number of
711 sync_action. It is averaged over the last 30 seconds.
725 ``sync_max``, or can write ``idle`` to ``sync_action``.
/Linux-v4.19/drivers/md/
Ddm-raid.c3520 const char *sync_action; in raid_status() local
3541 sync_action = sync_str(decipher_sync_action(&rs->md, recovery)); in raid_status()
3569 DMEMIT(" %s", sync_action); in raid_status()
Dmd.c4616 __ATTR_PREALLOC(sync_action, S_IRUGO|S_IWUSR, action_show, action_store);