Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfsd/
Dnfs4layouts.c247 INIT_LIST_HEAD(&ls->ls_layouts); in nfsd4_alloc_layout_stateid()
340 if (list_empty(&ls->ls_layouts)) in nfsd4_recall_file_layout()
429 list_for_each_entry(lp, &ls->ls_layouts, lo_perstate) { in nfsd4_insert_layout()
447 list_for_each_entry(lp, &ls->ls_layouts, lo_perstate) { in nfsd4_insert_layout()
453 list_add_tail(&new->lo_perstate, &ls->ls_layouts); in nfsd4_insert_layout()
523 list_for_each_entry_safe(lp, n, &ls->ls_layouts, lo_perstate) { in nfsd4_return_file_layouts()
529 if (!list_empty(&ls->ls_layouts)) { in nfsd4_return_file_layouts()
569 list_for_each_entry_safe(lp, t, &ls->ls_layouts, lo_perstate) { in nfsd4_return_client_layouts()
587 list_splice_init(&ls->ls_layouts, reaplist); in nfsd4_return_all_layouts()
685 if (list_empty(&ls->ls_layouts)) in nfsd4_cb_layout_done()
Dstate.h662 struct list_head ls_layouts; member