Searched refs:fi_lo_states (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4layouts.c | 257 list_add(&ls->ls_perfile, &fp->fi_lo_states); in nfsd4_alloc_layout_stateid() 391 list_for_each_entry_safe(l, n, &fp->fi_lo_states, ls_perfile) { in nfsd4_recall_conflict() 597 list_for_each_entry_safe(ls, n, &fp->fi_lo_states, ls_perfile) { in nfsd4_return_all_file_layouts()
|
H A D | state.h | 539 struct list_head fi_lo_states; member
|
H A D | nfs4state.c | 4115 INIT_LIST_HEAD(&fp->fi_lo_states); in nfsd4_init_file()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4layouts.c | 258 list_add(&ls->ls_perfile, &fp->fi_lo_states); in nfsd4_alloc_layout_stateid() 392 list_for_each_entry_safe(l, n, &fp->fi_lo_states, ls_perfile) { in nfsd4_recall_conflict() 598 list_for_each_entry_safe(ls, n, &fp->fi_lo_states, ls_perfile) { in nfsd4_return_all_file_layouts()
|
H A D | state.h | 573 struct list_head fi_lo_states; member
|
H A D | nfs4state.c | 4333 INIT_LIST_HEAD(&fp->fi_lo_states); in nfsd4_file_init()
|
Completed in 24 milliseconds