Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Dmd.h64 enum sync_action { enum
461 enum sync_action last_sync_action;
883 extern enum sync_action md_sync_action(struct mddev *mddev);
884 extern enum sync_action md_sync_action_by_name(const char *page);
885 extern const char *md_sync_action_name(enum sync_action action);
H A Dmd.c4802 enum sync_action md_sync_action(struct mddev *mddev) in md_sync_action()
4854 enum sync_action md_sync_action_by_name(const char *page) in md_sync_action_by_name()
4856 enum sync_action action; in md_sync_action_by_name()
4866 const char *md_sync_action_name(enum sync_action action) in md_sync_action_name()
4874 enum sync_action action = md_sync_action(mddev); in action_show()
4976 enum sync_action action; in action_store()
5069 __ATTR_PREALLOC(sync_action, S_IRUGO|S_IWUSR, action_show, action_store);
8860 enum sync_action action) in md_sync_max_sectors()
8877 static sector_t md_sync_position(struct mddev *mddev, enum sync_action action) in md_sync_position()
8946 enum sync_action action; in md_do_sync()
/linux-6.15/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-6.15/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``.