Searched refs:error_list (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/crypto/ |
| D | atmel-i2c.c | 27 } error_list[] = { variable 145 size_t err_list_len = ARRAY_SIZE(error_list); in atmel_i2c_status() 156 if (error_list[i].value == err_id) in atmel_i2c_status() 161 dev_err(dev, "%02x: %s:\n", err_id, error_list[i].error_text); in atmel_i2c_status()
|
| /Linux-v5.4/fs/nfs/flexfilelayout/ |
| D | flexfilelayoutdev.c | 227 struct list_head *head = &flo->error_list; in ff_layout_add_ds_error_locked() 231 list_for_each_entry_safe(err, tmp, &flo->error_list, list) { in ff_layout_add_ds_error_locked() 517 list_for_each_entry_safe(err, n, &flo->error_list, list) { in do_layout_fetch_ds_ioerr()
|
| D | flexfilelayout.h | 109 struct list_head error_list; /* nfs4_ff_layout_ds_err */ member
|
| D | flexfilelayout.c | 51 INIT_LIST_HEAD(&ffl->error_list); in ff_layout_alloc_layout_hdr() 64 list_for_each_entry_safe(err, n, &FF_LAYOUT_FROM_HDR(lo)->error_list, in ff_layout_free_layout_hdr()
|