lo_perstate        19 fs/nfsd/nfs4layouts.c 	struct list_head		lo_perstate;
lo_perstate       414 fs/nfsd/nfs4layouts.c 	list_for_each_entry(lp, &ls->ls_layouts, lo_perstate) {
lo_perstate       432 fs/nfsd/nfs4layouts.c 	list_for_each_entry(lp, &ls->ls_layouts, lo_perstate) {
lo_perstate       438 fs/nfsd/nfs4layouts.c 	list_add_tail(&new->lo_perstate, &ls->ls_layouts);
lo_perstate       455 fs/nfsd/nfs4layouts.c 				struct nfs4_layout, lo_perstate);
lo_perstate       457 fs/nfsd/nfs4layouts.c 		list_del(&lp->lo_perstate);
lo_perstate       472 fs/nfsd/nfs4layouts.c 			list_move_tail(&lp->lo_perstate, reaplist);
lo_perstate       508 fs/nfsd/nfs4layouts.c 	list_for_each_entry_safe(lp, n, &ls->ls_layouts, lo_perstate) {
lo_perstate       554 fs/nfsd/nfs4layouts.c 		list_for_each_entry_safe(lp, t, &ls->ls_layouts, lo_perstate) {
lo_perstate       557 fs/nfsd/nfs4layouts.c 				list_move_tail(&lp->lo_perstate, &reaplist);