Home
last modified time | relevance | path

Searched refs:ls_layouts (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dnfs4layouts.c232 INIT_LIST_HEAD(&ls->ls_layouts); in nfsd4_alloc_layout_stateid()
325 if (list_empty(&ls->ls_layouts)) in nfsd4_recall_file_layout()
414 list_for_each_entry(lp, &ls->ls_layouts, lo_perstate) { in nfsd4_insert_layout()
432 list_for_each_entry(lp, &ls->ls_layouts, lo_perstate) { in nfsd4_insert_layout()
438 list_add_tail(&new->lo_perstate, &ls->ls_layouts); in nfsd4_insert_layout()
508 list_for_each_entry_safe(lp, n, &ls->ls_layouts, lo_perstate) { in nfsd4_return_file_layouts()
514 if (!list_empty(&ls->ls_layouts)) { in nfsd4_return_file_layouts()
554 list_for_each_entry_safe(lp, t, &ls->ls_layouts, lo_perstate) { in nfsd4_return_client_layouts()
572 list_splice_init(&ls->ls_layouts, reaplist); in nfsd4_return_all_layouts()
670 if (list_empty(&ls->ls_layouts)) in nfsd4_cb_layout_done()
Dstate.h555 struct list_head ls_layouts; member