Searched refs:lo_perstate (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/nfsd/ |
D | nfs4layouts.c | 19 struct list_head lo_perstate; member 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() 455 struct nfs4_layout, lo_perstate); in nfsd4_free_layouts() 457 list_del(&lp->lo_perstate); in nfsd4_free_layouts() 472 list_move_tail(&lp->lo_perstate, reaplist); in nfsd4_return_file_layout() 508 list_for_each_entry_safe(lp, n, &ls->ls_layouts, lo_perstate) { in nfsd4_return_file_layouts() 554 list_for_each_entry_safe(lp, t, &ls->ls_layouts, lo_perstate) { in nfsd4_return_client_layouts() 557 list_move_tail(&lp->lo_perstate, &reaplist); in nfsd4_return_client_layouts()
|