Searched refs:ls_perfile (Results 1 – 2 of 2) sorted by relevance
144 list_del_init(&ls->ls_perfile); in nfsd4_free_layout_stateid()201 INIT_LIST_HEAD(&ls->ls_perfile); in nfsd4_alloc_layout_stateid()228 list_add(&ls->ls_perfile, &fp->fi_lo_states); in nfsd4_alloc_layout_stateid()362 list_for_each_entry_safe(l, n, &fp->fi_lo_states, ls_perfile) { in nfsd4_recall_conflict()568 list_for_each_entry_safe(ls, n, &fp->fi_lo_states, ls_perfile) { in nfsd4_return_all_file_layouts()
549 struct list_head ls_perfile; member