Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfs4layouts.c19 struct list_head lo_perstate; member
415 list_for_each_entry(lp, &ls->ls_layouts, lo_perstate) { in nfsd4_insert_layout()
433 list_for_each_entry(lp, &ls->ls_layouts, lo_perstate) { in nfsd4_insert_layout()
439 list_add_tail(&new->lo_perstate, &ls->ls_layouts); in nfsd4_insert_layout()
456 struct nfs4_layout, lo_perstate); in nfsd4_free_layouts()
458 list_del(&lp->lo_perstate); in nfsd4_free_layouts()
473 list_move_tail(&lp->lo_perstate, reaplist); in nfsd4_return_file_layout()
509 list_for_each_entry_safe(lp, n, &ls->ls_layouts, lo_perstate) { in nfsd4_return_file_layouts()
555 list_for_each_entry_safe(lp, t, &ls->ls_layouts, lo_perstate) { in nfsd4_return_client_layouts()
558 list_move_tail(&lp->lo_perstate, &reaplist); in nfsd4_return_client_layouts()