Searched refs:cl_lo_states (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4layouts.c | 253 list_add(&ls->ls_perclnt, &clp->cl_lo_states); in nfsd4_alloc_layout_stateid() 544 list_for_each_entry_safe(ls, n, &clp->cl_lo_states, ls_perclnt) { in nfsd4_return_client_layouts() 583 list_for_each_entry_safe(ls, n, &clp->cl_lo_states, ls_perclnt) in nfsd4_return_all_client_layouts()
|
H A D | state.h | 322 struct list_head cl_lo_states; /* outstanding layout states */ member
|
H A D | nfs4state.c | 1990 INIT_LIST_HEAD(&clp->cl_lo_states); in alloc_client() 3054 || !list_empty(&clp->cl_lo_states) in client_has_state()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4layouts.c | 254 list_add(&ls->ls_perclnt, &clp->cl_lo_states); in nfsd4_alloc_layout_stateid() 545 list_for_each_entry_safe(ls, n, &clp->cl_lo_states, ls_perclnt) { in nfsd4_return_client_layouts() 584 list_for_each_entry_safe(ls, n, &clp->cl_lo_states, ls_perclnt) in nfsd4_return_all_client_layouts()
|
H A D | state.h | 345 struct list_head cl_lo_states; /* outstanding layout states */ member
|
H A D | nfs4state.c | 2118 INIT_LIST_HEAD(&clp->cl_lo_states); in alloc_client() 3248 || !list_empty(&clp->cl_lo_states) in client_has_state()
|
Completed in 39 milliseconds