Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Datmel-ecc.h76 } error_list[] = { variable
Datmel-ecc.c212 size_t err_list_len = ARRAY_SIZE(error_list); in atmel_ecc_status()
223 if (error_list[i].value == err_id) in atmel_ecc_status()
228 dev_err(dev, "%02x: %s:\n", err_id, error_list[i].error_text); in atmel_ecc_status()
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c277 struct list_head *head = &flo->error_list; in ff_layout_add_ds_error_locked()
281 list_for_each_entry_safe(err, tmp, &flo->error_list, list) { in ff_layout_add_ds_error_locked()
545 list_for_each_entry_safe(err, n, &flo->error_list, list) { in do_layout_fetch_ds_ioerr()
Dflexfilelayout.h109 struct list_head error_list; /* nfs4_ff_layout_ds_err */ member
Dflexfilelayout.c49 INIT_LIST_HEAD(&ffl->error_list); in ff_layout_alloc_layout_hdr()
62 list_for_each_entry_safe(err, n, &FF_LAYOUT_FROM_HDR(lo)->error_list, in ff_layout_free_layout_hdr()