Searched refs:ls_perfile (Results 1 – 2 of 2) sorted by relevance
174 list_del_init(&ls->ls_perfile); in nfsd4_free_layout_stateid()236 INIT_LIST_HEAD(&ls->ls_perfile); in nfsd4_alloc_layout_stateid()263 list_add(&ls->ls_perfile, &fp->fi_lo_states); in nfsd4_alloc_layout_stateid()397 list_for_each_entry_safe(l, n, &fp->fi_lo_states, ls_perfile) { in nfsd4_recall_conflict()603 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