Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd.h64 enum sync_action { enum
87 * sync_action, used to check if data copies from differenct rdev are
94 * user echo "repair" to sysfs api sync_action, usually paired with
106 * Represent by MD_RECOVERY_FROZEN, can be set by sysfs api sync_action
462 enum sync_action last_sync_action;
535 struct kernfs_node *sysfs_action; /* handle for 'sync_action' */
648 /* flags determines sync action, see details in enum sync_action */
897 extern enum sync_action md_sync_action(struct mddev *mddev);
898 extern enum sync_action md_sync_action_by_name(const char *page);
899 extern const char *md_sync_action_name(enum sync_action actio
[all...]
H A Dmd.c4061 mddev->sysfs_action = sysfs_get_dirent(mddev->kobj.sd, "sync_action"); in level_store()
4838 enum sync_action md_sync_action(struct mddev *mddev) in md_sync_action()
4885 * sync_action is specified. in md_sync_action()
4890 enum sync_action md_sync_action_by_name(const char *page) in md_sync_action_by_name()
4892 enum sync_action action; in md_sync_action_by_name()
4902 const char *md_sync_action_name(enum sync_action action) in md_sync_action_name()
4910 enum sync_action action = md_sync_action(mddev); in action_show()
5012 enum sync_action action; in action_store()
5087 /* A write to sync_action is enough to justify in action_store()
5105 __ATTR_PREALLOC(sync_action, S_IRUG
[all...]
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst266 3: <sync_ratio> <sync_action> <mismatch_cnt>
286 the process described by 'sync_action'. If the
287 'sync_action' is "check" or "repair", then the process
289 <sync_action> One of the following possible states:
389 1.5.0 Add message interface to allow manipulation of the sync_action.
390 New status (STATUSTYPE_INFO) fields: sync_action and mismatch_cnt.
392 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
/linux/Documentation/admin-guide/
H A Dmd.rst617 sync_action
704 whatever the current sync_action is, followed by the number of
715 sync_action. It is averaged over the last 30 seconds.
729 ``sync_max``, or can write ``idle`` to ``sync_action``.