Searched refs:error_list (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/crypto/
H A Datmel-i2c.c27 } error_list[] = { variable in typeref:struct:__anon311
141 * detailed in error_list.
145 size_t err_list_len = ARRAY_SIZE(error_list);
156 if (error_list[i].value == err_id)
159 /* if err_id is not in the error_list then ignore it */
161 dev_err(dev, "%02x: %s:\n", err_id, error_list[i].error_text);
/linux-master/drivers/md/dm-vdo/
H A Derrors.c54 static const struct error_info error_list[] = { variable in typeref:struct:error_info
92 .infos = error_list,
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h45 struct list_head list; /* linked in mirror error_list */
109 struct list_head error_list; /* nfs4_ff_layout_ds_err */ member in struct:nfs4_flexfile_layout
H A Dflexfilelayoutdev.c229 struct list_head *head = &flo->error_list;
233 list_for_each_entry_safe(err, tmp, &flo->error_list, list) {
519 list_for_each_entry_safe(err, n, &flo->error_list, list) {
H A Dflexfilelayout.c59 INIT_LIST_HEAD(&ffl->error_list);
74 list_for_each_entry_safe(err, n, &ffl->error_list, list) {

Completed in 224 milliseconds