Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c250 list_for_each_entry(err, &flo->error_list, list) { in ff_layout_add_ds_error_locked()
256 list_add(&dserr->list, &flo->error_list); in ff_layout_add_ds_error_locked()
268 list_for_each_entry(err, &flo->error_list, list) { in ff_layout_update_ds_error()
513 list_for_each_entry_safe(err, n, &flo->error_list, list) { in ff_layout_encode_ds_ioerr()
Dflexfilelayout.h102 struct list_head error_list; /* nfs4_ff_layout_ds_err */ member
Dflexfilelayout.c36 INIT_LIST_HEAD(&ffl->error_list); in ff_layout_alloc_layout_hdr()
48 list_for_each_entry_safe(err, n, &FF_LAYOUT_FROM_HDR(lo)->error_list, in ff_layout_free_layout_hdr()