Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dnfs4layouts.c19 struct list_head lo_perstate; member
430 list_for_each_entry(lp, &ls->ls_layouts, lo_perstate) { in nfsd4_insert_layout()
448 list_for_each_entry(lp, &ls->ls_layouts, lo_perstate) { in nfsd4_insert_layout()
454 list_add_tail(&new->lo_perstate, &ls->ls_layouts); in nfsd4_insert_layout()
471 struct nfs4_layout, lo_perstate); in nfsd4_free_layouts()
473 list_del(&lp->lo_perstate); in nfsd4_free_layouts()
488 list_move_tail(&lp->lo_perstate, reaplist); in nfsd4_return_file_layout()
524 list_for_each_entry_safe(lp, n, &ls->ls_layouts, lo_perstate) { in nfsd4_return_file_layouts()
570 list_for_each_entry_safe(lp, t, &ls->ls_layouts, lo_perstate) { in nfsd4_return_client_layouts()
573 list_move_tail(&lp->lo_perstate, &reaplist); in nfsd4_return_client_layouts()